Skip to content

Commit bc94c55

Browse files
committed
fixup! Build Pyodide wheel
1 parent 1756b4b commit bc94c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_libtcod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def walk_sources(directory: str) -> Iterator[str]:
159159
extra_compile_args: list[str] = []
160160
extra_link_args: list[str] = []
161161
if "PYODIDE" in os.environ:
162-
extra_compile_args.append("--use-port=sdl3")
162+
extra_compile_args.extend(build_sdl.extra_compile_args)
163163
else:
164164
extra_compile_args.extend(build_sdl.extra_compile_args)
165165
extra_link_args.extend(build_sdl.extra_link_args)

0 commit comments

Comments
 (0)