| Index: build/toolchain/toolchain.gni
|
| diff --git a/build/toolchain/toolchain.gni b/build/toolchain/toolchain.gni
|
| index baa4387d151cd523719fa945e0e09f167f633a61..563e8e89f8fcba1c9132773391b162f42fe9ae3e 100644
|
| --- a/build/toolchain/toolchain.gni
|
| +++ b/build/toolchain/toolchain.gni
|
| @@ -46,7 +46,7 @@ declare_args() {
|
| # The path to the hermetic install of Xcode. Only relevant when
|
| # use_system_xcode = false.
|
| hermetic_xcode_path =
|
| - rebase_path("//build/mac_files/Xcode.app", "", root_build_dir)
|
| + rebase_path("//build/${target_os}_files/Xcode.app", "", root_build_dir)
|
|
|
| declare_args() {
|
| if (is_clang) {
|
|
|