Update MinGW URL
This commit is contained in:
parent
c643fdae53
commit
86fee707fb
@ -16,8 +16,8 @@ install:
|
||||
# Install MinGW.
|
||||
$url = "http://sourceforge.net/projects/mingw-w64/files/"
|
||||
$url += "Toolchains%20targetting%20Win64/Personal%20BUILDs/"
|
||||
$url += "mingw-builds/4.9.0/threads-win32/seh/"
|
||||
$url += "x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download"
|
||||
$url += "mingw-builds/4.9.2/threads-win32/seh/"
|
||||
$url += "x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z/download"
|
||||
Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z
|
||||
&7z x -oC:\ mingw.7z > $null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user