From e6564e5935b68943b9569e997df4e53f4688a417 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 17 Jun 2021 03:45:56 +0000 Subject: [PATCH] Bug 1716911 - Switch --enable-bootstrap on by default on macos builds on central. r=firefox-build-system-reviewers,nalexander Differential Revision: https://phabricator.services.mozilla.com/D118107 --- moz.configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moz.configure b/moz.configure index 0a7f6bd0a47a..78030005d92a 100755 --- a/moz.configure +++ b/moz.configure @@ -197,7 +197,7 @@ def moz_fetches_dir(value): def bootstrap_default(host, is_nightly, automation): if automation: return False - if host.cpu == "aarch64" and host.os == "OSX" and is_nightly: + if host.os == "OSX" and is_nightly: return True