Skip to content

Commit 4ba5944

Browse files
committed
Fix appveyor path
1 parent 1a13c8b commit 4ba5944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install:
5252
- C:\MinGW\bin\mingw-get install gcc g++ autotools autoconf automake msys-base msys-m4
5353
build_script:
5454
- ps: |
55-
$env:PATH="$env:C:\CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)"
55+
$env:PATH="$env;C:\MinGW\msys\1.0\bin;C:\CYG_ROOT\bin;C:\MinGW\bin;$($env:PATH)"
5656
bash -lc "echo 'C:\MinGW /mingw' > /etc/fstab"
5757
$env:APPVEYOR_BUILD_FOLDER = $env:APPVEYOR_BUILD_FOLDER -replace "\\", "/"
5858
bash -lc "exec 0</dev/null; exec 2>&1; cd $env:APPVEYOR_BUILD_FOLDER; bash -x ./bootstrap && mkdir -p build && cd build && ../configure && make"

0 commit comments

Comments
 (0)