Bug 1883573 - Add missing framework to link flags for iOS. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D203564
This commit is contained in:
Mike Hommey 2024-03-05 21:18:31 +00:00
parent a4913ace68
commit 079c482d14

View file

@ -249,6 +249,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "uikit":
"-framework CoreVideo",
"-framework OpenGLES",
"-framework QuartzCore",
"-framework Security",
]
if CONFIG["MOZ_WMF"]: