Added msvc toolset to bjam command

This commit is contained in:
Kylart 2019-11-04 14:16:57 +01:00
parent de9bda3298
commit 27f6c8ba71
1 changed files with 1 additions and 1 deletions

View File

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