We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7154238 commit 0332284Copy full SHA for 0332284
support/appveyor-build.py
@@ -14,7 +14,7 @@
14
test_command = ['mingw32-make', 'test']
15
# Remove the path to Git bin directory from $PATH because it breaks MinGW config.
16
path = path.replace(r'C:\Program Files (x86)\Git\bin', '')
17
- os.environ['PATH'] = path + r';C:\MinGW\bin'
+ os.environ['PATH'] = r'C:\MinGW\bin;' + path
18
else:
19
# Add MSBuild 14.0 to PATH as described in
20
# http://help.appveyor.com/discussions/problems/2229-v140-not-found-on-vs2105rc.
0 commit comments