Skip to content

Commit

Permalink
Correct msys2 CI icu version
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Aug 4, 2024
1 parent 968193b commit f859179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/windows/installer_msys2/Makefile.autotools
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ INSTSUB=${ARCHDIR}
DLLPATH_PREFIX=/$(ARCHDIR)/bin/

ifeq ($(CI),yes)
ICUVER=74
ICUVER=75
else
ICUVER=74
endif
Expand Down
2 changes: 1 addition & 1 deletion platforms/windows/installer_msys2/Makefile.meson
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CRYPTOVERSUF=3${CRYPTOLIB_SUFFIX}
DLLPATH_PREFIX=/$(ARCHDIR)/bin/

ifeq ($(CI),yes)
ICUVER=74
ICUVER=75
else
ICUVER=74
endif
Expand Down

0 comments on commit f859179

Please sign in to comment.