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 b91c4ea commit 7ef3038Copy full SHA for 7ef3038
Makefile
@@ -36,5 +36,5 @@ $(SYSROOT):
36
$(RM) *.o
37
"$(WASM_CC)" $(WASM_CFLAGS) $(WASM_TARGET_FLAGS) --sysroot="$(SYSROOT)" -c $(BASICS_LIBC_SOURCES)
38
mkdir -p "$(SYSROOT)/lib"
39
- ar crs "$(SYSROOT)/lib/libc.a" *.o
+ $(AR) crs "$(SYSROOT)/lib/libc.a" *.o
40
0 commit comments