Skip to content

Commit ad1af7b

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

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
@@ -266,6 +266,7 @@ def on_directive_handle(
266266
if Path(path).match("upstream/emscripten"):
267267
SDL_INCLUDE = Path(path, "include")
268268
print(f"{list(SDL_INCLUDE.iterdir())}")
269+
print(f"{list((SDL_INCLUDE / 'SDL').iterdir())}")
269270
break
270271
else:
271272
raise AssertionError(os.environ["PATH"])

0 commit comments

Comments
 (0)