mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1047572 - Disable intl on mulet. r=ahal
This commit is contained in:
parent
3c12ba48cb
commit
007c1c3c30
@ -9024,7 +9024,8 @@ dnl ========================================================
|
||||
# B2G: bug 866301
|
||||
|
||||
if test "$MOZ_WIDGET_TOOLKIT" = "android" ||
|
||||
test "$MOZ_BUILD_APP" = "b2g"; then
|
||||
test "$MOZ_BUILD_APP" = "b2g" ||
|
||||
test "$MOZ_BUILD_APP" = "b2g/dev"; then
|
||||
_INTL_API=no
|
||||
else
|
||||
_INTL_API=yes
|
||||
|
Loading…
Reference in New Issue
Block a user