Fix python check.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
:: Find python from an explicit location relative to the Emscripten SDK.
|
:: Find python from an explicit location relative to the Emscripten SDK.
|
||||||
IF EXIST "%~dp0python\2.7.5.1_32bit\python" (
|
IF EXIST "%~dp0python\2.7.5.1_32bit\python.exe" (
|
||||||
"%~dp0python\2.7.5.1_32bit\python" "%~dp0\emsdk" %*
|
"%~dp0python\2.7.5.1_32bit\python" "%~dp0\emsdk" %*
|
||||||
GOTO end
|
GOTO end
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user