Tried using b2 over bjam

This commit is contained in:
Kylart 2019-11-04 23:46:59 +01:00
parent 50b3927f4c
commit e8c2eeb5e3
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ install:
- cd %BOOST_BUILD_PATH%\src\engine
- build.bat >nul
- cd %BOOST_ROOT%
- bjam cxxstd=14 release --toolset=msvc --with-system --build-type=complete address-model=64 link=shared stage
# - bjam cxxstd=14 release --toolset=msvc --with-system --build-type=complete address-model=64 link=shared stage
- b2 cxxstd=14 address-model=64 threading=multi --build-type=complete --stagedir=./stage/x64 --toolset=msvc
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
- mkdir build && cd build