Fix python check.

This commit is contained in:
Jukka Jylänki
2013-09-06 21:16:33 +03:00
parent 37e59a61b2
commit f717c391ed

View File

@@ -1,7 +1,7 @@
@echo off
:: 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" %*
GOTO end
)