Bug 1801419 - Explicitly link SidecarCore framework. r=mac-reviewers,spohl

Differential Revision: https://phabricator.services.mozilla.com/D175383
This commit is contained in:
Steven Michaud 2023-04-24 16:00:45 +00:00
parent 79db15f9e5
commit a49062ba28

View File

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