Skip to content

Commit 0d81527

Browse files
committed
fixup! Build Pyodide wheel
1 parent 8253dab commit 0d81527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
SETUP_DIR = Path(__file__).parent # setup.py current directory
1919

20+
assert "PYODIDE" in os.environ
21+
2022

2123
def get_package_data() -> list[str]:
2224
"""Get data files which will be included in the main tcod/ directory."""

0 commit comments

Comments
 (0)