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 c45d926 commit dc96912Copy full SHA for dc96912
1 file changed
appveyor.yml
@@ -32,12 +32,14 @@ build_script:
32
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\g++ --version
33
#- ECHO %PATH%
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
+# Add mingw-w64 to PATH
38
# Remove sh.exe from the path otherwise CMake will complain:
39
# "sh.exe was found in your PATH, here: C:/Program Files/Git/usr/bin/sh.exe"
40
# and the MinGW build will not work (the Visual Studio build does not care).
+
41
+- if [%tbs_tools%]==[mingw] (
42
+ - SET "PATH=C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%"
43
- SET "PATH=%PATH:C:\Program Files\Git\usr\bin=%"
44
)
45
0 commit comments