aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-11_22H2-x86_64/09-install-mingw1310_64.ps1
blob: ef8e0a50e959d1f248bc6cd336d2e529a29d774f (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 13.1.0
# Note! MinGW version is 9.0.0 but the GCC version is 13.1 which is used with the naming of MinGW

$release = "MinGW-w64-x86_64-13.1.0-release-posix-seh-msvcrt-rt_v11-rev1"

$sha1    = "561db0989c1b2cb73e0ceb27aed3b0ee8cb1db48"

InstallMinGW $release $sha1