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 @@ -67,7 +67,7 @@ toolbox:
6767packaging:
6868* Update Windows packaging to use:
6969 - Perl 5.42.0 built using Perl::Dist::StrawBerry perl library processing
70- - gcc 15.2.0posix-13.0.0-msvcrt-r1
70+ - gcc 15.2.0posix-13.0.0-msvcrt-r3
7171 - OpenSSL 3.5.4
7272 - liblzma from xz 5.8.1
7373 - 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-r1 ' ,
10- TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64msvcrt-13.0.0-r1 .zip'
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'
1111};
1212
1313sub toolchain_build_steps {
You can’t perform that action at this time.
0 commit comments