diff options
Diffstat (limited to 'intl/locale/moz.build')
-rw-r--r-- | intl/locale/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/locale/moz.build b/intl/locale/moz.build index 8099d1a695..10e7c5cfb1 100644 --- a/intl/locale/moz.build +++ b/intl/locale/moz.build @@ -14,7 +14,7 @@ toolkit = CONFIG["MOZ_WIDGET_TOOLKIT"] if toolkit == "windows": DIRS += ["windows"] -elif toolkit == "cocoa": +elif toolkit in ("cocoa", "uikit"): DIRS += ["mac"] elif toolkit == "gtk": DIRS += ["gtk"] |