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 @@ -76,7 +76,7 @@ packaging:
76
76
to run an external command requiring elevated privilege.
77
77
So it is far more robust than preivous one.
78
78
* Update Windows MSI packing building process to use:
79
- - gcc 13.2.0posix-18.1.1 -11.0.1-msvcrt-r6
79
+ - gcc 13.2.0posix-18.1.3 -11.0.1-msvcrt-r7
80
80
- msys2-base 20240113
81
81
- zlib 1.3.1
82
82
- 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.1 -11.0.1-msvcrt-r6 ' ,
10
- TOOLCHAIN_ARCHIVE => ' winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r6 .zip' ,
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' ,
11
11
};
12
12
13
13
sub toolchain_build_steps {
You can’t perform that action at this time.
0 commit comments