Removed python

This commit is contained in:
Kylart 2019-11-02 02:10:20 +01:00
parent c7befc1e03
commit e961c0faeb
1 changed files with 1 additions and 2 deletions

View File

@ -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 .