We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e146e4a commit 236bcf9Copy full SHA for 236bcf9
contrib/windows/packaging/ToolchainBuildJob.pm
@@ -6,7 +6,7 @@ use parent 'Exporter';
6
use constant {
7
# Toolchain setup
8
TOOLCHAIN_BASE_URL => 'https://github.com/brechtsanders/winlibs_mingw/releases/download',
9
- TOOLCHAIN_VERSION => '14.2.0posix-12.0.0-msvcrt-r2',
+ TOOLCHAIN_VERSION => '14.2.0posix-19.1.1-12.0.0-msvcrt-r2',
10
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r2.zip',
11
};
12
0 commit comments