mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-11-01 16:46:33 +01:00
Use $(AR)
This commit is contained in:
parent
45487891f1
commit
7844b354a5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -111,7 +111,7 @@ CPPFLAGS += \
|
|||
-DCONFIG_SELF_INIT=$(CONFIG_SELF_INIT)
|
||||
|
||||
$(OUT)/libhardened_malloc$(SUFFIX).a: $(OBJECTS) | $(OUT)
|
||||
ar rcs $@ $^
|
||||
$(AR) rcs $@ $^
|
||||
|
||||
$(OUT)/libhardened_malloc$(SUFFIX).so: $(OBJECTS) | $(OUT)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -shared $^ $(LDLIBS) -o $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue