Skip to content

Commit

Permalink
Fix appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Jul 31, 2016
1 parent 5f34c62 commit ec5278e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install:
- set PATH=%PATH%;C:\MinGW\bin
- set PATH=%PATH%;C:\msys64\mingw32\bin

build_script:
- cmd: 'cd miniupnpc'
- cmd: 'mingw32-make -f Makefile.mingw'
# - cmd: 'upnpc-static.exe -l'
- cd miniupnpc
- mingw32-make -f Makefile.mingw
# - upnpc-static.exe -l

0 comments on commit ec5278e

Please sign in to comment.