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 }