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 fd8cc6f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,17 @@ before_build:
build_script:
# build
- |-
%MINGW% set PATH=c:\mingw\bin;%PREFIX%\lib;%PATH%
set PATH=%PREFIX%\lib;%PATH%
%MINGW% set PATH=c:\mingw\bin;%PATH%
cd %APPVEYOR_BUILD_FOLDER%
echo Running "cmake -DCMAKE_PREFIX_PATH=%PREFIX% %CMAKE_ARGS%"
cmake -DCMAKE_PREFIX_PATH=%PREFIX% %CMAKE_ARGS% .
cmake --build .
%MSVC% set PATH=%APPVEYOR_BUILD_FOLDER%\Debug;%PATH%
ctest -V
%MINGW32% type FindSDL2PP.cmake
%MINGW32% type sdl2pp.pc
Expand Down

0 comments on commit fd8cc6f

Please sign in to comment.