Add new python version of known versions in emsdk.bat (#565)

This commit is contained in:
Sam Clegg
2020-07-21 21:29:12 -07:00
committed by GitHub
parent 4d4ae34365
commit 9b405d313a

View File

@@ -1,4 +1,9 @@
:: Find python from an explicit location relative to the Emscripten SDK.
@IF EXIST "%~dp0python\3.7.4-pywin32_64bit\python.exe" (
@SET EMSDK_PY="%~dp0python\3.7.4-pywin32_64bit\python.exe"
@GOTO end
)
@IF EXIST "%~dp0python\3.7.4_64bit\python.exe" (
@SET EMSDK_PY="%~dp0python\3.7.4_64bit\python.exe"
@GOTO end