We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4548789 commit 7844b35Copy full SHA for 7844b35
Makefile
@@ -111,7 +111,7 @@ CPPFLAGS += \
111
-DCONFIG_SELF_INIT=$(CONFIG_SELF_INIT)
112
113
$(OUT)/libhardened_malloc$(SUFFIX).a: $(OBJECTS) | $(OUT)
114
- ar rcs $@ $^
+ $(AR) rcs $@ $^
115
116
$(OUT)/libhardened_malloc$(SUFFIX).so: $(OBJECTS) | $(OUT)
117
$(CC) $(CFLAGS) $(LDFLAGS) -shared $^ $(LDLIBS) -o $@
0 commit comments