Bug 1883570 - Build OSPreferences for iOS. r=platform-i18n-reviewers,dminor

We can use the same as the one for mac, as long as we use the headers
their SDKs have in common.

Differential Revision: https://phabricator.services.mozilla.com/D203562
This commit is contained in:
Mike Hommey 2024-03-05 21:03:15 +00:00
Родитель 11193e6e9d
Коммит 700c39e80b
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,8 @@
#include "OSPreferences.h"
#include "mozilla/intl/LocaleService.h"
#include <Carbon/Carbon.h>
#include <CoreFoundation/CoreFoundation.h>
#include <CoreText/CoreText.h>
using namespace mozilla::intl;

Просмотреть файл

@ -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"]