Replaced fixed path python 2.7 executable calls
authorsaschawillems <webmaster@saschawillems.de>
Fri, 3 Nov 2017 14:27:27 +0000 (15:27 +0100)
committerMike Schuchardt <mikes@lunarg.com>
Fri, 3 Nov 2017 20:05:29 +0000 (14:05 -0600)
update_external_sources.bat

index aac541d..a688718 100644 (file)
@@ -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