aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw530.ps1
blob: 18f67d66cf148c5cb4921f018db58c1126042c70 (plain)
1
2
3
4
5
6
7
8
9
10
. "$PSScriptRoot\..\common\install-mingw.ps1"

# This script will install 64-bit MinGW 5.3.0

$release = "x86_64-5.3.0-release-posix-seh-rt_v4-rev0"
$sha1 = "7EB12DD3EDDCF609722C9552F8592BD9948DA1FC"

InstallMinGW $release $sha1