From 2e09e96f5df38dd149b69713b94df531226d37b4 Mon Sep 17 00:00:00 2001 From: elsid Date: Sun, 17 May 2020 15:19:07 +0200 Subject: [PATCH] Fix msvc dir for Qt Otherwise it fails with: Qt 5.15.0... Exists. CI/before_script.msvc.sh: line 781: cd: MSVC2019_64_Ninja/deps/Qt/5.15.0/msvc2015_64: No such file or directory --- CI/before_script.msvc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 3da7eb0f96..2f40aef9c3 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -740,7 +740,7 @@ fi fi if [ -z $APPVEYOR ]; then cd $DEPS_INSTALL - QT_SDK="$(real_pwd)/Qt/5.15.0/msvc${MSVC_YEAR}${SUFFIX}" + QT_SDK="$(real_pwd)/Qt/5.15.0/msvc${MSVC_REAL_YEAR}${SUFFIX}" if [ -d 'Qt/5.15.0' ]; then printf "Exists. "