File tree 2 files changed +3
-3
lines changed
contrib/windows/packaging
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ packaging:
83
83
to run an external command requiring elevated privilege.
84
84
So it is far more robust than preivous one.
85
85
* Update Windows MSI packing building process to use:
86
- - gcc 13.2.0posix-18.1.3 -11.0.1-msvcrt-r7
86
+ - gcc 13.2.0posix-18.1.5 -11.0.1-msvcrt-r8
87
87
- msys2-base 20240113
88
88
- zlib 1.3.1
89
89
- OpenSSL 3.2.1
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ use parent 'Exporter';
6
6
use constant {
7
7
# Toolchain setup
8
8
TOOLCHAIN_BASE_URL => ' https://github.com/brechtsanders/winlibs_mingw/releases/download' ,
9
- TOOLCHAIN_VERSION => ' 13.2.0posix-18.1.3 -11.0.1-msvcrt-r7 ' ,
10
- TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r7 .zip' ,
9
+ TOOLCHAIN_VERSION => ' 13.2.0posix-18.1.5 -11.0.1-msvcrt-r8 ' ,
10
+ TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r8 .zip' ,
11
11
};
12
12
13
13
sub toolchain_build_steps {
You can’t perform that action at this time.
0 commit comments