mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-22 05:31:18 -09:00
8 lines
214 B
Batchfile
Executable File
8 lines
214 B
Batchfile
Executable File
:: 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
|