forked from mirrors/gecko-dev
Bug 1897208 - Set config for MOZ_SELECTABLE_PROFILES for JS module loading. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D210684
This commit is contained in:
parent
70978dba14
commit
73a7ff145b
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,8 +1017,8 @@ option(
|
||||||
help="Enable experimental and unstable profile groups",
|
help="Enable experimental and unstable profile groups",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
set_define("MOZ_SELECTABLE_PROFILES", True, when="MOZ_SELECTABLE_PROFILES")
|
set_define("MOZ_SELECTABLE_PROFILES", True, when="MOZ_SELECTABLE_PROFILES")
|
||||||
|
set_config("MOZ_SELECTABLE_PROFILES", True, when="MOZ_SELECTABLE_PROFILES")
|
||||||
|
|
||||||
project_flag(
|
project_flag(
|
||||||
"MOZ_DEDICATED_PROFILES",
|
"MOZ_DEDICATED_PROFILES",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue