Browse Source

use mingw64

Julius Pfrommer 7 years ago
parent
commit
b4d0642cf5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      appveyor.yml

+ 2 - 0
appveyor.yml

@@ -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;=%