Loading js/moz.configure +1 −1 Original line number Diff line number Diff line Loading @@ -1016,7 +1016,7 @@ set_define( # ====================================================== system_lib_option("--with-system-icu", help="Use system ICU") system_icu = pkg_check_modules("MOZ_ICU", "icu-i18n >= 71.1", when="--with-system-icu") system_icu = pkg_check_modules("MOZ_ICU", "icu-i18n >= 72.1", when="--with-system-icu") @depends("--with-system-icu") Loading Loading
js/moz.configure +1 −1 Original line number Diff line number Diff line Loading @@ -1016,7 +1016,7 @@ set_define( # ====================================================== system_lib_option("--with-system-icu", help="Use system ICU") system_icu = pkg_check_modules("MOZ_ICU", "icu-i18n >= 71.1", when="--with-system-icu") system_icu = pkg_check_modules("MOZ_ICU", "icu-i18n >= 72.1", when="--with-system-icu") @depends("--with-system-icu") Loading