Skip to content

Commit 88db5b3

Browse files
committed
test fix appveyor. Part 13
1 parent be5bb75 commit 88db5b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ build_script:
3131
- git submodule update --init --recursive
3232
- ECHO %PATH%
3333
- if [%tbs_tools%]==[mingw] (
34-
SET "PATH=C:\mingw\bin;%PATH%" &&
34+
SET "PATH=C:\mingw\bin;C:\mingw\msys\1.0\bin;%PATH%" &&
35+
SET PATH=%PATH:C:\Program Files\Git\usr\bin=% &&
3536
MKDIR bin &&
3637
CD bin &&
3738
cmake .. -G "MinGW Makefiles"&&

0 commit comments

Comments
 (0)