diff --git a/emsdk.bat b/emsdk.bat index 82f35a9..3a95825 100644 --- a/emsdk.bat +++ b/emsdk.bat @@ -1,4 +1,9 @@ :: Find python from an explicit location relative to the Emscripten SDK. +@IF EXIST "%~dp0python\3.7.4_64bit\python.exe" ( + @SET EMSDK_PY="%~dp0python\3.7.4_64bit\python.exe" + @GOTO end +) + @IF EXIST "%~dp0python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe" ( @SET EMSDK_PY="%~dp0python\2.7.13.1_64bit\python-2.7.13.amd64\python.exe" @GOTO end