Index: build/toolchain/mac/BUILD.gn |
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn |
index e3d65c72bdeca4041e99146a826853a6b66606f9..97739cec71e51007489e874f10e450bd27a13d16 100644 |
--- a/build/toolchain/mac/BUILD.gn |
+++ b/build/toolchain/mac/BUILD.gn |
@@ -39,6 +39,8 @@ template("mac_toolchain") { |
assert(defined(invoker.toolchain_os), |
"mac_toolchain() must specify a \"toolchain_os\"") |
+ # concurrent_links is picked up from the declare_arg(). |
+ |
# We can't do string interpolation ($ in strings) on things with dots in |
# them. To allow us to use $cc below, for example, we create copies of |
# these values in our scope. |