forked from mirrors/gecko-dev
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:
parent
a4913ace68
commit
079c482d14
1 changed files with 1 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "uikit":
|
|||
"-framework CoreVideo",
|
||||
"-framework OpenGLES",
|
||||
"-framework QuartzCore",
|
||||
"-framework Security",
|
||||
]
|
||||
|
||||
if CONFIG["MOZ_WMF"]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue