Index: build/toolchain/mac/BUILD.gn |
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn |
index 18ee8b8cd9bd68d9e0c05e424f88dd75a50a529b..056071491043e12951c9899d142f0a661f5d2778 100644 |
--- a/build/toolchain/mac/BUILD.gn |
+++ b/build/toolchain/mac/BUILD.gn |
@@ -194,17 +194,14 @@ template("mac_clang_toolchain") { |
} |
toolchain_args() { |
- current_os = invoker.toolchain_os |
- |
- # TODO(dpranke): os is here for backwards compatibility. |
- os = current_os |
+ os = invoker.toolchain_os |
} |
} |
} |
# Toolchain representing the target build (either mac or iOS). |
mac_clang_toolchain("clang") { |
- toolchain_os = current_os |
+ toolchain_os = os |
} |
# This toolchain provides a way for iOS target compiles to reference targets |