Skip to content

Commit 9945567

Browse files
committed
fixup! Build Pyodide wheel
1 parent 177433c commit 9945567

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ def get_package_data() -> list[str]:
3737
return files
3838

3939

40+
print(f"{sys.platform=} {os.environ.get('PYODIDE')=} {'pyodide' in sys.modules=}")
41+
42+
4043
def check_sdl_version() -> None:
4144
"""Check the local SDL version on Linux distributions."""
4245
if not sys.platform.startswith("linux"):

0 commit comments

Comments
 (0)