File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
contrib/windows/packaging Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ toolbox:
7777packaging:
7878* Update Windows packaging to use:
7979 - Perl 5.42.0 built using Perl::Dist::StrawBerry perl library processing
80- - gcc 15.2.0posix-13.0.0-msvcrt-r3
80+ - gcc 15.2.0posix-13.0.0-msvcrt-r4
8181 - OpenSSL 3.5.4
8282 - liblzma from xz 5.8.1
8383 - libxml2 2.15.1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ use parent 'Exporter';
66use constant {
77 # Toolchain setup
88 TOOLCHAIN_BASE_URL => ' https://github.com/brechtsanders/winlibs_mingw/releases/download' ,
9- TOOLCHAIN_VERSION => ' 15.2.0posix-13.0.0-msvcrt-r3 ' ,
10- TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r3 .zip'
9+ TOOLCHAIN_VERSION => ' 15.2.0posix-13.0.0-msvcrt-r4 ' ,
10+ TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r4 .zip'
1111};
1212
1313sub toolchain_build_steps {
You can’t perform that action at this time.
0 commit comments