mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1801419 - Explicitly link SidecarCore framework. r=mac-reviewers,spohl
Differential Revision: https://phabricator.services.mozilla.com/D175383
This commit is contained in:
parent
79db15f9e5
commit
a49062ba28
@ -238,6 +238,8 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
|
||||
"-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"],
|
||||
"-framework CoreUI",
|
||||
"-framework CoreSymbolication",
|
||||
# Workaround for bug 1801419
|
||||
"-weak_framework SidecarCore",
|
||||
"cups",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user