Bug 1924272 - Mark notificationserver as NS_NO_XPCOM to prevent including files that need to be linked with gecko-related object files. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D239197
This commit is contained in:
@@ -22,6 +22,7 @@ DEFINES["MOZ_APP_NAME"] = '"%s"' % CONFIG["MOZ_APP_NAME"]
|
|||||||
DEFINES["MOZ_APP_DISPLAYNAME"] = '"%s"' % CONFIG["MOZ_APP_DISPLAYNAME"]
|
DEFINES["MOZ_APP_DISPLAYNAME"] = '"%s"' % CONFIG["MOZ_APP_DISPLAYNAME"]
|
||||||
|
|
||||||
DEFINES["IMPL_MFBT"] = True
|
DEFINES["IMPL_MFBT"] = True
|
||||||
|
DEFINES["NS_NO_XPCOM"] = True
|
||||||
|
|
||||||
OS_LIBS += [
|
OS_LIBS += [
|
||||||
"advapi32",
|
"advapi32",
|
||||||
|
|||||||
Reference in New Issue
Block a user