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 5c3a8bf commit 115bee2Copy full SHA for 115bee2
setup.py
@@ -41,6 +41,8 @@ def check_sdl_version() -> None:
41
"""Check the local SDL version on Linux distributions."""
42
if not sys.platform.startswith("linux"):
43
return
44
+ if "PYODIDE" in os.environ:
45
+ return
46
needed_version = "{}.{}.{}".format(*SDL_VERSION_NEEDED)
47
try:
48
sdl_version_str = subprocess.check_output(
0 commit comments