From 87fd74291a149b1c8429b2e649c54eb464417f74 Mon Sep 17 00:00:00 2001 From: GregF Date: Fri, 22 Sep 2017 17:21:37 -0600 Subject: [PATCH] Try Python interpreter on update_glslang_sources.py in appveyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9c9edd7b..d5c7225d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,7 +25,7 @@ matrix: # scripts that run after cloning repository install: - git clone https://github.com/google/googletest.git External/googletest - - ./update_glslang_sources.py + - C:/Python27/python.exe update_glslang_sources.py build: parallel: true # enable MSBuild parallel builds