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