diff --git a/appveyor.yml b/appveyor.yml index 5c1f7a9..6530a50 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,7 +53,7 @@ install: - cmake -DCMAKE_CXX_STANDARD=14 -Dbuild_tools=ON -G "Visual Studio 14 2015 Win64" .. - cmake --build . --config Release -- -verbosity:minimal - cmake --install . - - set "PATH=c:/Program Files/libtorrent/" + - set "PATH=c:/Program Files/libtorrent/;%PATH%" - cd %APPVEYOR_BUILD_FOLDER% - npm install