From 45bad9a89ab6e2dfa94ef43d24370226415b4467 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Fri, 3 Nov 2017 15:27:27 +0100 Subject: Replaced fixed path python 2.7 executable calls --- update_external_sources.bat | 4 ++-- 1 file 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 -- cgit v1.2.3