mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1900218 - Move MOZ_UPDATER from confvars.sh to moz.configure r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D212367
This commit is contained in:
parent
4c84693f3b
commit
30e593b57f
@ -9,6 +9,8 @@
|
||||
# ==============================================================
|
||||
@depends(build_project, target)
|
||||
def updater_default(build_project, target):
|
||||
if build_project == "tools/update-programs":
|
||||
return True
|
||||
return build_project != "mobile/android" and target.os != "iOS"
|
||||
|
||||
|
||||
|
@ -4,6 +4,3 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
|
||||
|
||||
# Build the updater by default. Use --disable-updater to not.
|
||||
MOZ_UPDATER=1
|
||||
|
Loading…
Reference in New Issue
Block a user