Skip to content

Commit

Permalink
use mingw64
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Jan 6, 2017
1 parent 9b7c8ab commit 724de41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Expand Up @@ -47,6 +47,8 @@ install:
- cmd: '%CYG_BASH% -lc "cygcheck -dc cygwin"'

before_build:
# use MinGW64
- set PATH=C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH%
# Workaround for CMake not wanting sh.exe on PATH for MinGW
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=%

Expand Down

0 comments on commit 724de41

Please sign in to comment.