8 lines
235 B
Batchfile
Executable File
8 lines
235 B
Batchfile
Executable File
:: equivilent of test.sh as windows bat file
|
|
set PATH=%PATH%;%PYTHON_BIN%
|
|
@CALL emsdk install latest
|
|
@CALL emsdk activate latest
|
|
@CALL emsdk_env.bat --build=Release
|
|
@CALL python -c "import sys; print(sys.executable)"
|
|
@CALL emcc.bat -v
|