From ff583af9f6283bdeb3489d6cad5b5fa0084d6ef4 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 2 Feb 2020 17:55:13 +0100 Subject: [PATCH] . --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7dc1b17b1..c8de45c23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,8 +22,9 @@ install: - cmd: curl -L -o icu.zip https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-Win64-MSVC2017.zip - cmd: 7z x icu.zip # Install boost + - cmd: chdir %APPVEYOR_BUILD_FOLDER% - cmd: vcpkg install boost - - cmd: set BOOST_ROOT=C:\local\boost_1_72_0 + - cmd: set BOOST_ROOT=%APPVEYOR_BUILD_FOLDER%\installed\x86-windows # Set up the build environment - cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64' # build wxWidgets