| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index ba3f48c864ef2cef7a6f3f714b4f361a4a555e77..c43049cd88ad6dd63a46f46d6b9128fd67959f86 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -29,7 +29,7 @@ ld = cxx
|
| # file of the win tool.
|
| gyp_mac_tool_source =
|
| rebase_path("//tools/gyp/pylib/gyp/mac_tool.py", root_build_dir)
|
| -exec_script("setup_toolchain.py", [ gyp_mac_tool_source ], "value")
|
| +exec_script("setup_toolchain.py", [ gyp_mac_tool_source ])
|
|
|
| # Shared toolchain definition. Invocations should set toolchain_os to set the
|
| # build args in this definition.
|
|
|