Skip to content

Commit cab1573

Browse files
committed
fixup! Test Pyodide builds
1 parent 409548d commit cab1573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_sdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def get_cdef() -> tuple[str, dict[str, str]]:
370370
library_dirs: list[str] = []
371371

372372
if "PYODIDE" in os.environ:
373-
libraries += ["SDL3"]
373+
libraries += ["SDL2"]
374374
elif sys.platform == "darwin":
375375
extra_link_args += ["-framework", "SDL3"]
376376
else:

0 commit comments

Comments
 (0)