From f859179662c1e18cbf66fabd85ba6fc5ad0300af Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 4 Aug 2024 05:36:52 +0300 Subject: [PATCH] Correct msys2 CI icu version Signed-off-by: Marko Lindqvist --- platforms/windows/installer_msys2/Makefile.autotools | 2 +- platforms/windows/installer_msys2/Makefile.meson | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/windows/installer_msys2/Makefile.autotools b/platforms/windows/installer_msys2/Makefile.autotools index 8c472ab6e6..b46594a4b2 100644 --- a/platforms/windows/installer_msys2/Makefile.autotools +++ b/platforms/windows/installer_msys2/Makefile.autotools @@ -78,7 +78,7 @@ INSTSUB=${ARCHDIR} DLLPATH_PREFIX=/$(ARCHDIR)/bin/ ifeq ($(CI),yes) -ICUVER=74 +ICUVER=75 else ICUVER=74 endif diff --git a/platforms/windows/installer_msys2/Makefile.meson b/platforms/windows/installer_msys2/Makefile.meson index 3a8a7710a2..615b817111 100644 --- a/platforms/windows/installer_msys2/Makefile.meson +++ b/platforms/windows/installer_msys2/Makefile.meson @@ -71,7 +71,7 @@ CRYPTOVERSUF=3${CRYPTOLIB_SUFFIX} DLLPATH_PREFIX=/$(ARCHDIR)/bin/ ifeq ($(CI),yes) -ICUVER=74 +ICUVER=75 else ICUVER=74 endif