Skip to content

Commit

Permalink
Fix Microsoft CRT path
Browse files Browse the repository at this point in the history
- TODO: Remove hard coded compiler version
  • Loading branch information
srazi committed Mar 20, 2019
1 parent e42ac2b commit 03fbad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ after_build:
- cd %FK_DIR%\windows
# set paths
- set OPENSSL_BIN_DIR="%OPENSSL_DIR%\bin"
- set MSVC_REDIST_DIR="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.10.25008\%ARCH%\Microsoft.VC150.CRT"
- set MSVC_REDIST_DIR="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\%ARCH%\Microsoft.VC141.CRT"
- set ICU_BIN_DIR="%FK_DIR%\windows\wininstall\icu\bin"
- IF /I "%ARCH%" == "x64" (set INSTALLER_VERSION="%FK_VER% x64" && set ICU_BIN_DIR="%FK_DIR%\windows\wininstall\icu\bin64") else (set INSTALLER_VERSION="%FK_VER%")
- set QTWEBENGINE_DICTIONARIES_DIR="%FK_DIR%\windows\wininstall\qtwebengine_dictionaries"
Expand Down

0 comments on commit 03fbad6

Please sign in to comment.