Skip to content

Commit f74394d

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent 7d22e86 commit f74394d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_sdl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ def get_emscripten_include_dir() -> Path:
301301
emcc_stdout = subprocess.check_output(["emcc", "--use-port=sdl3", "--cflags"], text=True)
302302
print(f"""EMCC CFLAGS: {emcc_stdout}""")
303303
matches = re.findall(r"--sysroot=(\S+)", emcc_stdout)
304+
print(f"{matches=}")
305+
subprocess.run(("find", matches[0]), check=False)
304306
out = ""
305307
else:
306308
cmake_out = subprocess.run(

0 commit comments

Comments
 (0)