Switch to python3 when installing python on windows installs. (#349)

This commit is contained in:
Sam Clegg
2020-02-04 17:03:20 -08:00
committed by GitHub
parent 801bef7d44
commit 573278be09
2 changed files with 16 additions and 15 deletions

View File

@@ -3,4 +3,5 @@ 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