From a12008a2ddaca8a752a8bf0971490ffd0ec51981 Mon Sep 17 00:00:00 2001 From: Kylart Date: Sat, 2 Nov 2019 02:22:09 +0100 Subject: [PATCH] Fix libtorrent install path --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 596db6f..e197f2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,12 +48,14 @@ install: - cd %BOOST_ROOT% - bjam cxxstd=14 release --with-system --layout=system address-model=64 link=shared stage + - choco install ninja + - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build - 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 . - - set "PATH=c:/Program Files/libtorrent/;%PATH%" + - set "PATH=c:/Program Files (x86)/libtorrent/;%PATH%" - cd %APPVEYOR_BUILD_FOLDER% - npm install