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.
2 parents b91c4ea + 7ef3038 commit d68aebfCopy full SHA for d68aebf
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