Skip to content

Commit

Permalink
mingw32 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Aug 20, 2015
1 parent efeb8c7 commit 8ba7120
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ install:
- go version
- ps: |
# Install MinGW.
$url = "http://sourceforge.net/projects/mingw-w64/files/"
$url += "Toolchains%20targetting%20Win64/Personal%20Builds/"
$url += "mingw-builds/5.1.0/threads-win32/seh/"
$url += "x86_64-5.1.0-release-win32-seh-rt_v4-rev0.7z/download"
# mirror on github for faster downloads
$url = "https://github.com/wellington/binaries/blob/master/x86_64-5.1.0-release-win32-seh-rt_v4-rev0.7z?raw=true"
$url = "https://bintray.com/artifact/download/drewwells/generic/ming32-x86_64.7z"
$strFileName="C:\mingw64\bin\mingw32-make.exe"
If (Test-Path $strFileName){
Write-Host "Using cached mingw64"
Expand Down

0 comments on commit 8ba7120

Please sign in to comment.