Skip to content
Snippets Groups Projects
Commit 797624d4 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Appveyor: fix in PATH to find third party libs

parent caad22a5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ environment:
BOOST_ROOT: C:\Libraries\boost_1_67_0
QTDIR: "C:\\Qt\\5.9\\msvc2017_64"
MYCONDA: "C:\\Miniconda3-x64;C:\\Miniconda3-x64\\Scripts;C:\\Miniconda3-x64\\Library\\bin"
PATH: "%QTDIR%\\bin;C:\\opt\\local_x64\\lib;%MYCONDA%;%PATH%"
PATH: "%QTDIR%\\bin;C:\\projects\\deps\\bornagaindeps\\lib;%MYCONDA%;%PATH%"
PYTHONPATH: "C:\\Miniconda3-x64;C:\\Miniconda3-x64\\Lib;C:\\Miniconda3-x64\\Lib\\site-packages;C:\\Miniconda3-x64\\DLLs"
build:
parallel: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment