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