mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +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"],
|
"-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"],
|
||||||
"-framework CoreUI",
|
"-framework CoreUI",
|
||||||
"-framework CoreSymbolication",
|
"-framework CoreSymbolication",
|
||||||
|
# Workaround for bug 1801419
|
||||||
|
"-weak_framework SidecarCore",
|
||||||
"cups",
|
"cups",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user