Skip to content

Commit dfa74ca

Browse files
tylersunfishcode
authored andcommitted
Inexplicably make OS X's make happy by removing spaces.
1 parent b28ac93 commit dfa74ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ finish: $(SYSROOT_INC) libc
403403
for undef_sym in $$($(WASM_NM) --undefined-only "$(SYSROOT_LIB)"/*.a "$(SYSROOT_LIB)"/*.o \
404404
|grep ' U ' |sed 's/.* U //' |LC_COLLATE=C sort |uniq); do \
405405
grep -q '\<'$$undef_sym'\>' "$(SYSROOT_SHARE)/defined-symbols.txt" || echo $$undef_sym; \
406-
done > "$(SYSROOT_SHARE)/undefined-symbols.txt"
406+
done > "$(SYSROOT_SHARE)/undefined-symbols.txt"
407407
grep '^_*wasi_' "$(SYSROOT_SHARE)/undefined-symbols.txt" \
408408
> "$(SYSROOT_LIB)/libc.imports"
409409

0 commit comments

Comments
 (0)