Skip to content

Commit 941165f

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent f74394d commit 941165f

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
@@ -302,7 +302,7 @@ def get_emscripten_include_dir() -> Path:
302302
print(f"""EMCC CFLAGS: {emcc_stdout}""")
303303
matches = re.findall(r"--sysroot=(\S+)", emcc_stdout)
304304
print(f"{matches=}")
305-
subprocess.run(("find", matches[0]), check=False)
305+
matches = [str(Path(matches[0], "include"))]
306306
out = ""
307307
else:
308308
cmake_out = subprocess.run(

0 commit comments

Comments
 (0)