Skip to content

Commit 06102a5

Browse files
committed
Upgrade MinGW-based libs to MinGW-w64 v8.0.0
I've compared the crucial {msvcr*,ucrtbase}.def.in files against v7.0.0, and they don't seem to feature any relevant changes. See http://mingw-w64.org/doku.php/versions for the changelog; Direct3D 12 is one of the additions.
1 parent aff9f8d commit 06102a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
variables:
3838
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
3939
# NB: update windows/build_mingw.sha256sums as well
40-
MINGW_VER: 7.0.0
40+
MINGW_VER: 8.0.0
4141
D_VERSION: 2.077.1
4242
steps:
4343
- template: .azure-pipelines/build-mingw-libs.yml

windows/build_mingw.sha256sums

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aa20dfff3596f08a7f427aab74315a6cb80c2b086b4a107ed35af02f9496b628 mingw-w64.tar.bz2
1+
44c740ea6ab3924bc3aa169bad11ad3c5766c5c8459e3126d44eabb8735a5762 mingw-w64.tar.bz2

0 commit comments

Comments
 (0)