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

# This script will install 64-bit MinGW 8.1.0

$release = "x86_64-8.1.0-release-posix-seh-rt_v6-rev0"

$sha1    = "5aa456654a6ce77249c27888b5d0f856fc011b9c"

InstallMinGW $release $sha1