Skip to content

Commit

Permalink
Fix library path for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed May 22, 2016
1 parent f06ad3f commit 2b216da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ before_build:
build_script:
# build
- |-
%MINGW% set PATH=c:\mingw\bin;%PREFIX%\lib;%PATH%
set PATH=%PREFIX%\lib;%PATH%
cd %APPVEYOR_BUILD_FOLDER%
echo Running "cmake -DCMAKE_PREFIX_PATH=%PREFIX% %CMAKE_ARGS%"
cmake -DCMAKE_PREFIX_PATH=%PREFIX% %CMAKE_ARGS% .
Expand Down

0 comments on commit 2b216da

Please sign in to comment.