From 4e9dc60d9e7728cddfc901a8b0b7048eeebed5e6 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Tue, 16 Apr 2019 20:54:05 +1000 Subject: appveyor: fix shaderc dependencies Shaderc comes with a Python script that automatically fetches "known-good" versions of its dependencies. Use that instead of manually cloning dependencies to third-party. --- TOOLS/appveyor-install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/TOOLS/appveyor-install.sh b/TOOLS/appveyor-install.sh index 7c0a345ebe..28e0674581 100755 --- a/TOOLS/appveyor-install.sh +++ b/TOOLS/appveyor-install.sh @@ -1,6 +1,8 @@ #!/usr/bin/bash set -e +export PYTHON=/usr/bin/python3 + # Write an empty fonts.conf to speed up fc-cache export FONTCONFIG_FILE=/dummy-fonts.conf cat >"$FONTCONFIG_FILE" <