mirror of https://github.com/Kylart/KawAnime.git
Added msvc toolset to bjam command
This commit is contained in:
parent
de9bda3298
commit
27f6c8ba71
|
@ -47,7 +47,7 @@ install:
|
|||
- build.bat >nul
|
||||
- cd %BOOST_ROOT%
|
||||
- dir %BOOST_BUILD_PATH%\src\engine
|
||||
- bjam cxxstd=14 release --with-system --layout=system address-model=64 link=shared stage
|
||||
- bjam cxxstd=14 release --toolset=msvc-14.0 --with-system --layout=system address-model=64 architecture=x86 link=shared --build-type=complete stage
|
||||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
|
||||
- mkdir build && cd build
|
||||
|
|
Loading…
Reference in New Issue