No complete build

This commit is contained in:
Kylart 2019-11-05 00:01:19 +01:00
parent e8c2eeb5e3
commit 56ae78f087
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ install:
- build.bat >nul
- cd %BOOST_ROOT%
# - 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
- b2 cxxstd=14 address-model=64 threading=multi --with-system --with-timer --toolset=msvc
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
- mkdir build && cd build