mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
Remove Windows 10 21H1 unused mingw script
Windows 10 21H1 is not in 6.2 branch. Windows 10 21H2 will be the next Windows 10 upgrade: https://codereview.qt-project.org/c/qt/qt5/+/385048 Change-Id: I4f9fad1d06df6f65618674120c09bcd0f0060a41 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
. "$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
|
|
||||||
Reference in New Issue
Block a user