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