Skip to content

Commit 0e98a01

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent 88c4d72 commit 0e98a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def get_emscripten_include_dir() -> Path:
312312
print(f"{matches=}")
313313
(sysroot,) = matches
314314
matches = [str(Path(sysroot, "include"))]
315-
library_dirs.append(str(Path(sysroot, "lib")))
315+
library_dirs.append(str(Path(sysroot, "lib/wasm32-emscripten")))
316316
out = ""
317317
else:
318318
cmake_out = subprocess.run(

0 commit comments

Comments
 (0)