From 27f6c8ba713bef41296448671dc0d3604a328160 Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 4 Nov 2019 14:16:57 +0100 Subject: [PATCH] Added msvc toolset to bjam command --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4050fc1..b0ad0f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ install: - build.bat >nul - cd %BOOST_ROOT% - dir %BOOST_BUILD_PATH%\src\engine - - bjam cxxstd=14 release --with-system --layout=system address-model=64 link=shared stage + - bjam cxxstd=14 release --toolset=msvc-14.0 --with-system --layout=system address-model=64 architecture=x86 link=shared --build-type=complete stage - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build