diff options
author | René Meusel <[email protected]> | 2021-10-12 14:37:23 +0200 |
---|---|---|
committer | René Meusel <[email protected]> | 2021-10-12 14:37:23 +0200 |
commit | 1100cc31943442071426f5f0083310f624e035b2 (patch) | |
tree | 883b975035b47f6eefd9506712e5c74339ae892e /src/scripts | |
parent | d17ffc7438d467cf311ce4ad0a6d9889f2e31f9a (diff) |
AppVeyor uses boost 1.77
Diffstat (limited to 'src/scripts')
-rw-r--r-- | src/scripts/ci/appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/ci/appveyor.yml b/src/scripts/ci/appveyor.yml index 944c39e13..70bd5f362 100644 --- a/src/scripts/ci/appveyor.yml +++ b/src/scripts/ci/appveyor.yml @@ -25,9 +25,9 @@ environment: PLATFORM: x86_amd64 TARGET: static APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - BOOST_ROOT: "C:\\Libraries\\boost_1_73_0" - BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_73_0\\lib64-msvc-14.2" - BOOST_SYSTEM_LIBRARY: "libboost_system-vc142-mt-x64-1_73" + BOOST_ROOT: "C:\\Libraries\\boost_1_77_0" + BOOST_LIBRARYDIR: "C:\\Libraries\\boost_1_77_0\\lib64-msvc-14.2" + BOOST_SYSTEM_LIBRARY: "libboost_system-vc142-mt-x64-1_77" MAKE_TOOL: jom TARGET_CC: msvc EXTRA_FLAGS: "--extra-cxxflags=/DUNICODE --extra-cxxflags=/D_UNICODE" |