Skip to content

Commit 0e7252c

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Test Pyodide builds
1 parent b619c58 commit 0e7252c

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
@@ -412,6 +412,8 @@ def get_cdef() -> tuple[str, dict[str, str]]:
412412
extra_link_args += (
413413
subprocess.check_output(["pkg-config", "sdl3", "--libs"], universal_newlines=True).strip().split()
414414
)
415+
print(f"{extra_compile_args=}")
416+
print(f"{extra_link_args=}")
415417
elif sys.platform not in ["win32", "darwin"]:
416418
# Use sdl-config to link to SDL on Linux.
417419
extra_compile_args += (

0 commit comments

Comments
 (0)