Skip to content

Commit

Permalink
Add /usr/bin to appveyor path to find 'make'
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 11, 2016
1 parent 14230fd commit 30d464b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install:
# For -gnu builds
if ($env:TARGET -match "-gnu$") {
$env:PATH="$env:PATH;C:\msys64\mingw${env:BITS}\usr\bin"
$env:PATH="$env:PATH;C:\msys64\mingw${env:BITS}\bin"
# Remove the mingw gcc to keep it from interfering with the build
Remove-Item -Recurse -Force "C:\rust\lib\rustlib\$env:TARGET\bin\"
Expand Down

0 comments on commit 30d464b

Please sign in to comment.