Skip to content

Commit de6a451

Browse files
committed
fixup! Test Pyodide builds
1 parent e6f62a3 commit de6a451

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
@@ -392,6 +392,7 @@ def get_cdef() -> tuple[str, dict[str, str]]:
392392

393393
if "PYODIDE" in os.environ:
394394
extra_compile_args += ["--use-port=sdl3"]
395+
extra_link_args += ["--use-port=sdl3"]
395396
elif sys.platform not in ["win32", "darwin"]:
396397
# Use sdl-config to link to SDL on Linux.
397398
extra_compile_args += (

0 commit comments

Comments
 (0)