mirror of https://github.com/Kylart/KawAnime.git
Removed python
This commit is contained in:
parent
c7befc1e03
commit
e961c0faeb
|
@ -46,11 +46,10 @@ install:
|
|||
- cd %BOOST_BUILD_PATH%\src\engine
|
||||
- build.bat >nul
|
||||
- cd %BOOST_ROOT%
|
||||
- bjam cxxstd=14 release --with-python --with-system --layout=system address-model=64 link=shared stage
|
||||
- bjam cxxstd=14 release --with-system --layout=system address-model=64 link=shared stage
|
||||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent
|
||||
- mkdir build && cd build
|
||||
- set "PATH=c:\Python27-x64;%PATH%"
|
||||
- cmake -DBOOST_LIBRARYDIR=%BOOST_ROOT%\stage\lib -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 15 2017" -A x64 ..
|
||||
- cmake --build . --config Release -- -verbosity:minimal
|
||||
- cmake --install .
|
||||
|
|
Loading…
Reference in New Issue