mirror of https://github.com/Kylart/KawAnime.git
Build boost completely
This commit is contained in:
parent
22797d0e9a
commit
25c6de44de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue