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 5964170 commit a48dafdCopy full SHA for a48dafd
appveyor.yml
@@ -31,9 +31,9 @@ build_script:
31
- git submodule update --init --recursive
32
- if [%tbs_tools%]==[mingw] (
33
ECHO '%cd%' &&
34
- ECHO '*** Building %tbs_tools%\%tbs_arch%' &&
+ ECHO '%tbs_tools%\%tbs_arch%' &&
35
ECHO %PATH% &&
36
- SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
+ SET "PATH=C:\mingw\bin;%PATH%" &&
37
38
MKDIR bin &&
39
CD bin &&
0 commit comments