Skip to content

Commit 236bcf9

Browse files
committed
build: Updated build toolchain on windows
Fix missed number in toolchain version
1 parent e146e4a commit 236bcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/windows/packaging/ToolchainBuildJob.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use parent 'Exporter';
66
use constant {
77
# Toolchain setup
88
TOOLCHAIN_BASE_URL => 'https://github.com/brechtsanders/winlibs_mingw/releases/download',
9-
TOOLCHAIN_VERSION => '14.2.0posix-12.0.0-msvcrt-r2',
9+
TOOLCHAIN_VERSION => '14.2.0posix-19.1.1-12.0.0-msvcrt-r2',
1010
TOOLCHAIN_ARCHIVE => 'winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r2.zip',
1111
};
1212

0 commit comments

Comments
 (0)