We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976e17d commit e2a4c72Copy full SHA for e2a4c72
appveyor.yml
@@ -31,7 +31,7 @@ build_script:
31
- git submodule update --init --recursive
32
- ECHO %PATH%
33
- if [%tbs_tools%]==[mingw] (
34
- SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
+ SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%" &&
35
SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%" &&
36
MKDIR bin &&
37
CD bin &&
0 commit comments