Fix typo for built type

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

View File

@ -45,8 +45,7 @@ install:
- cd %BOOST_BUILD_PATH%\src\engine
- build.bat >nul
- cd %BOOST_ROOT%
- dir %BOOST_BUILD_PATH%\src\engine
- bjam cxxstd=14 release --toolset=msvc --with-system --built-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
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
- mkdir build && cd build