Skip to content

Commit d206cc1

Browse files
committed
fixup! fixup! Test Pyodide builds
1 parent 3ead40a commit d206cc1

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
@@ -296,6 +296,7 @@ def get_emscripten_include_dir() -> Path:
296296
try:
297297
out = subprocess.check_output(["pkg-config", "sdl3", "--cflags"], universal_newlines=True)
298298
except Exception:
299+
print(f"""EMCC CFLAGS: {subprocess.check_output(["emcc", "--use-port=sdl3", "--cflags"], text=True)!r}""")
299300
cmake_out = subprocess.run(
300301
(*CMAKE_FIND_SDL_CMD, "-D", "MODE=COMPILE"), check=False, text=True, stdout=subprocess.PIPE
301302
)

0 commit comments

Comments
 (0)