Skip to content

Commit a1017e5

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

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 += ["SDL2"]
373+
pass
374374
elif sys.platform == "darwin":
375375
extra_link_args += ["-framework", "SDL3"]
376376
else:

0 commit comments

Comments
 (0)