mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
Allow xb.bat to find python from a common install path
This commit is contained in:
@@ -42,6 +42,10 @@ IF %FOUND_PYTHON_EXE% EQU "" (
|
||||
SET FOUND_PYTHON_EXE=python
|
||||
)
|
||||
)
|
||||
IF %FOUND_PYTHON_EXE% EQU "" (
|
||||
ECHO Found from fs
|
||||
IF EXIST c:\python27\python.exe SET FOUND_PYTHON_EXE=C:\python27\python.exe
|
||||
)
|
||||
IF %FOUND_PYTHON_EXE% EQU "" (
|
||||
ECHO ERROR: no Python executable found on PATH.
|
||||
ECHO Make sure you can run 'python' or 'python2' in a Command Prompt.
|
||||
|
||||
Reference in New Issue
Block a user