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:
3232- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
3333# - ECHO %PATH%
3434- 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%"
3735
36+ # Add mingw-w64 to PATH
3837# Remove sh.exe from the path otherwise CMake will complain:
3938# "sh.exe was found in your PATH, here: C:/Program Files/Git/usr/bin/sh.exe"
4039# 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%"
4143 - SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
4244 )
4345
You can’t perform that action at this time.
0 commit comments