Index: build/config/mac/BUILD.gn |
diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn |
index 7653b96641fe4a50bcfd2076e2968650e98aa4c8..16dc52eb0dda89c2d4aed03f54b4684f53d585e2 100644 |
--- a/build/config/mac/BUILD.gn |
+++ b/build/config/mac/BUILD.gn |
@@ -5,7 +5,11 @@ |
import("//build/config/sysroot.gni") |
import("//build/config/mac/mac_sdk.gni") |
-config("sdk") { |
+# This is included by reference in the //build/config/compiler:runtime_library |
+# config that is applied to all targets. It is here to separate out the logic |
+# that is Mac-only. Please see that target for advice on what should go in |
+# :runtime_library vs. :compiler. |
+config("runtime_library") { |
common_flags = [ |
"-isysroot", |
sysroot, |