File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,14 @@ build_script:
32
32
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
33
33
# - ECHO %PATH%
34
34
- git submodule update --init --recursive
35
- - if [%tbs_tools%]==[mingw] (
36
- - SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
37
35
36
+ # Add mingw-w64 to PATH
38
37
# Remove sh.exe from the path otherwise CMake will complain:
39
38
# "sh.exe was found in your PATH, here: C:/Program Files/Git/usr/bin/sh.exe"
40
39
# and the MinGW build will not work (the Visual Studio build does not care).
40
+
41
+ - if [%tbs_tools%]==[mingw] (
42
+ - SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
41
43
- SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
42
44
)
43
45
You can’t perform that action at this time.
0 commit comments