mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update examples collection
This commit is contained in:
7
emsdk-cache/emsdk-main/test/test.bat
Normal file
7
emsdk-cache/emsdk-main/test/test.bat
Normal file
@ -0,0 +1,7 @@
|
||||
:: 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
|
||||
Reference in New Issue
Block a user