Skip to content

Commit 3ea3f78

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Parse SDL headers from EMSDK during Pyodide builds
1 parent 844163c commit 3ea3f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_sdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +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
print(f"{list(Path(path).iterdir())}")
268-
SDL_INCLUDE = Path(path, "include")
268+
SDL_INCLUDE = Path(path, "system/include")
269269
print(f"{list(SDL_INCLUDE.iterdir())}")
270270
print(f"{list((SDL_INCLUDE / 'SDL').iterdir())}")
271271
break

0 commit comments

Comments
 (0)