Skip to content

Commit 963b6af

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Parse SDL headers from EMSDK during Pyodide builds
1 parent fcb99b6 commit 963b6af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_sdl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def on_directive_handle(
265265
for path in os.environ["PATH"].split(os.pathsep)[::-1]:
266266
if Path(path).match("upstream/emscripten"):
267267
SDL_INCLUDE = Path(path, "include")
268+
print(f"{list(SDL_INCLUDE.iterdir())}")
268269
break
269270
else:
270271
raise AssertionError(os.environ["PATH"])

0 commit comments

Comments
 (0)