Index: build/toolchain/mac/BUILD.gn |
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn |
index 056071491043e12951c9899d142f0a661f5d2778..32cab35f171aa4dc9acbada361358d7ee3549635 100644 |
--- a/build/toolchain/mac/BUILD.gn |
+++ b/build/toolchain/mac/BUILD.gn |
@@ -194,7 +194,10 @@ template("mac_clang_toolchain") { |
} |
toolchain_args() { |
- os = invoker.toolchain_os |
+ current_os = invoker.toolchain_os |
+ |
+ # TODO(dpranke): os is here for backwards compatibility. |
+ os = current_os |
} |
} |
} |