| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index 26ad8650f9f96304c3268b6891875859dc26a871..e6fcc4390a023dc09d8d9ea5a86b2925c3583629 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -186,14 +186,14 @@ template("mac_clang_toolchain") {
|
| }
|
|
|
| toolchain_args() {
|
| - os = invoker.toolchain_os
|
| + current_os = invoker.toolchain_os
|
| }
|
| }
|
| }
|
|
|
| # Toolchain representing the target build (either mac or iOS).
|
| mac_clang_toolchain("clang") {
|
| - toolchain_os = os
|
| + toolchain_os = current_os
|
| }
|
|
|
| # This toolchain provides a way for iOS target compiles to reference targets
|
|
|