Build boost completely

This commit is contained in:
Kylart 2019-11-04 18:10:55 +01:00
parent 22797d0e9a
commit 25c6de44de
1 changed files with 1 additions and 1 deletions

View File

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