diff --git a/appveyor.yml b/appveyor.yml index add0956..3b837ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,7 +46,7 @@ install: - build.bat >nul - cd %BOOST_ROOT% - dir %BOOST_BUILD_PATH%\src\engine - - bjam cxxstd=14 release --toolset=msvc --with-system --layout=system address-model=64 link=shared stage + - bjam cxxstd=14 release --toolset=msvc --with-system --built-type=complete address-model=64 link=shared stage - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build