mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Unconditionally switch on the INTL API on all platforms.
This commit is contained in:
parent
401655260c
commit
bbcc0d9172
1 changed files with 1 additions and 8 deletions
|
|
@ -5516,14 +5516,7 @@ dnl ========================================================
|
|||
dnl ICU Support
|
||||
dnl ========================================================
|
||||
|
||||
# Internationalization is not built or exposed on Fennec.
|
||||
# See Bug 1215256
|
||||
|
||||
if test "$MOZ_BUILD_APP" = "mobile/android"; then
|
||||
_INTL_API=no
|
||||
else
|
||||
_INTL_API=yes
|
||||
fi
|
||||
_INTL_API=yes
|
||||
|
||||
if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
|
||||
USE_ICU=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue