From 2a6e26a1ea939844152a7a7f778e5a35580b59d8 Mon Sep 17 00:00:00 2001 From: lixiteng Date: Tue, 19 May 2026 15:14:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiteng --- build_overrides/build.gni | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build_overrides/build.gni b/build_overrides/build.gni index cf3d6b79..325291c2 100644 --- a/build_overrides/build.gni +++ b/build_overrides/build.gni @@ -31,12 +31,6 @@ declare_args() { } if (use_system_xcode == "") { - if (target_os == "mac") { - _result = exec_script("//build/mac/should_use_hermetic_xcode.py", - [ target_os ], - "value") - use_system_xcode = _result == 0 - } if (target_os == "ios") { use_system_xcode = true }