Skip to content

Commit

Permalink
Delete mingw bins on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 11, 2016
1 parent 268097e commit 14230fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ install:
# For -gnu builds
if ($env:TARGET -match "-gnu$") {
$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\"
}
# Print version info
Expand Down

0 comments on commit 14230fd

Please sign in to comment.