Skip to content

Commit

Permalink
Fixed appveyor library path
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Aug 4, 2015
1 parent 6ba2497 commit b21519b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os: Windows Server 2012

init:
- git config --global core.autocrlf input
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\lib'
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin'

environment:
COVERALLS_TOKEN:
Expand Down

0 comments on commit b21519b

Please sign in to comment.