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

# This script will install 64-bit MinGW 11.2.0
# Note! MinGW version is 9.0.0 but the GCC version is 11.2 which is used with the naming of MinGW

$release = "MinGW-w64-x86_64-11.2.0-release-posix-seh-rt_v9-rev1"

$sha1    = "76bbfd135633d3d414e06cd7bf70cae94d2311db"

InstallMinGW $release $sha1