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:
serge-sans-paille 2024-06-16 18:59:12 +00:00
parent 4c84693f3b
commit 30e593b57f
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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