mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
8 lines
214 B
Batchfile
8 lines
214 B
Batchfile
:: equivalent of test.sh as windows bat file
|
|
set PATH=%PATH%;%PYTHON_BIN%
|
|
CALL emsdk install latest
|
|
CALL emsdk activate latest
|
|
CALL emsdk_env.bat
|
|
CALL python -c "import sys; print(sys.executable)"
|
|
CALL emcc.bat -v
|