From 21ea8fd0d8346b1765f5f447ca4846b667932021 Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 2 Feb 2020 19:19:14 +0100 Subject: [PATCH] . --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c8de45c23..2cb886aa1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ install: # Install boost - cmd: chdir %APPVEYOR_BUILD_FOLDER% - cmd: vcpkg install boost - - cmd: set BOOST_ROOT=%APPVEYOR_BUILD_FOLDER%\installed\x86-windows + - cmd: set BOOST_ROOT=%VCPKG_ROOT%\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