From ad77a2a48c3705fddc1449cc93ee9caea1d05927 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 25 Sep 2025 19:42:40 -0700 Subject: [PATCH] never getting fixed --- SConstruct | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SConstruct b/SConstruct index 1eab7cbe93..e3e5525e79 100644 --- a/SConstruct +++ b/SConstruct @@ -9,9 +9,6 @@ import SCons.Errors SCons.Warnings.warningAsException(True) -# pending upstream fix - https://github.com/SCons/scons/issues/4461 -#SetOption('warn', 'all') - TICI = os.path.isfile('/TICI') AGNOS = TICI @@ -51,7 +48,7 @@ AddOption('--minimal', ## - larch64: linux tici aarch64 ## - aarch64: linux pc aarch64 ## - x86_64: linux pc x64 -## - Darwin: mac x64 or arm64 +## - Darwin: mac arm64 (x86 not supported) real_arch = arch = subprocess.check_output(["uname", "-m"], encoding='utf8').rstrip() if platform.system() == "Darwin": arch = "Darwin"