Skip to content

Commit fff815c

Browse files
committed
Update comment
1 parent 7ed9118 commit fff815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3107,7 +3107,7 @@ Python/asm_trampoline.o: $(srcdir)/Python/asm_trampoline.S
31073107
$(CC) -c $(PY_CORE_CFLAGS) -o $@ $<
31083108

31093109
Python/emscripten_trampoline_inner.wasm: $(srcdir)/Python/emscripten_trampoline_inner.c
3110-
# emcc has a path like emsdk/upstream/emscripten/emcc and we're looking for emsdk/upstream/bin/clang.
3110+
# emcc has a path that ends with emsdk/upstream/emscripten/emcc, we're looking for emsdk/upstream/bin/clang.
31113111
$$(dirname $$(dirname $(CC)))/bin/clang -o $@ $< -mgc -O2 -Wl,--no-entry -Wl,--import-table -Wl,--import-memory -target wasm32-unknown-unknown -nostdlib
31123112

31133113
Python/emscripten_trampoline.o: $(srcdir)/Python/emscripten_trampoline.c Python/emscripten_trampoline_inner.wasm

0 commit comments

Comments
 (0)