We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1756b4b commit bc94c55Copy full SHA for bc94c55
1 file changed
build_libtcod.py
@@ -159,7 +159,7 @@ def walk_sources(directory: str) -> Iterator[str]:
159
extra_compile_args: list[str] = []
160
extra_link_args: list[str] = []
161
if "PYODIDE" in os.environ:
162
- extra_compile_args.append("--use-port=sdl3")
+ extra_compile_args.extend(build_sdl.extra_compile_args)
163
else:
164
extra_compile_args.extend(build_sdl.extra_compile_args)
165
extra_link_args.extend(build_sdl.extra_link_args)
0 commit comments