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 1f40535 commit 5c9dedeCopy full SHA for 5c9dede
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