diff options
| author | saschawillems <webmaster@saschawillems.de> | 2017-11-03 15:27:27 +0100 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2017-11-03 14:05:29 -0600 |
| commit | 45bad9a89ab6e2dfa94ef43d24370226415b4467 (patch) | |
| tree | 917de36415d99edf7af4e66daae58b9fb16a02ff | |
| parent | 5d0a751c3c980e086ef70f92da96e64509ba02f1 (diff) | |
| download | usermoji-45bad9a89ab6e2dfa94ef43d24370226415b4467.tar.xz | |
Replaced fixed path python 2.7 executable calls
| -rw-r--r-- | update_external_sources.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_external_sources.bat b/update_external_sources.bat index aac541d7..a6887185 100644 --- a/update_external_sources.bat +++ b/update_external_sources.bat @@ -300,7 +300,7 @@ REM // ======== Functions ======== // cd %GLSLANG_DIR% git clone %GLSLANG_GITURL% . git checkout %GLSLANG_REVISION% - C:\Python27\python.exe .\update_glslang_sources.py + python.exe .\update_glslang_sources.py if not exist %GLSLANG_DIR%\SPIRV ( echo glslang source download failed! set errorCode=1 @@ -313,7 +313,7 @@ goto:eof cd %GLSLANG_DIR% git fetch --all git checkout %GLSLANG_REVISION% - C:\Python27\python.exe .\update_glslang_sources.py + python.exe .\update_glslang_sources.py goto:eof :create_spirv-tools |
