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 88c4d72 commit 0e98a01Copy full SHA for 0e98a01
build_sdl.py
@@ -312,7 +312,7 @@ def get_emscripten_include_dir() -> Path:
312
print(f"{matches=}")
313
(sysroot,) = matches
314
matches = [str(Path(sysroot, "include"))]
315
- library_dirs.append(str(Path(sysroot, "lib")))
+ library_dirs.append(str(Path(sysroot, "lib/wasm32-emscripten")))
316
out = ""
317
else:
318
cmake_out = subprocess.run(
0 commit comments