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

# This script will install MinGW 7.3.0

$release = "i686-7.3.0-release-posix-dwarf-rt_v5-rev0"
$sha1 = "96e11c754b379c093e1cb3133f71db5b9f3e0532"

InstallMinGW $release $sha1