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 be5bb75 commit 88db5b3Copy full SHA for 88db5b3
appveyor.yml
@@ -31,7 +31,8 @@ build_script:
31
- git submodule update --init --recursive
32
- ECHO %PATH%
33
- if [%tbs_tools%]==[mingw] (
34
- SET "PATH=C:\mingw\bin;%PATH%" &&
+ SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
35
+ SET PATH=%PATH:C:\Program Files\Git\usr\bin=% &&
36
MKDIR bin &&
37
CD bin &&
38
cmake .. -G "MinGW Makefiles"&&
0 commit comments