This commit is contained in:
odrling 2020-02-02 19:19:14 +01:00
parent ff583af9f6
commit 21ea8fd0d8
1 changed files with 1 additions and 1 deletions

View File

@ -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