mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1851714 - Don't exclude Default Agent directory from artifact builds. r=glandium
This is necessary to bundle non-compiled files from the Default Agent, essentially `.sys.mjs` and `.ini` files. Differential Revision: https://phabricator.services.mozilla.com/D188769
This commit is contained in:
parent
8867443f5d
commit
7be929904e
@ -30,6 +30,7 @@ if CONFIG["OS_ARCH"] == "WINNT":
|
||||
if CONFIG["MOZ_NOTIFICATION_SERVER"]:
|
||||
DIRS += ["mozapps/notificationserver"]
|
||||
|
||||
if CONFIG["CC_TYPE"] == "clang-cl" or CONFIG["MOZ_ARTIFACT_BUILDS"]:
|
||||
# Default Browser Agent relies on Windows toast notifications, so should
|
||||
# also not be built with mingw.
|
||||
if CONFIG["MOZ_DEFAULT_BROWSER_AGENT"]:
|
||||
|
Loading…
Reference in New Issue
Block a user