Index: build/config/mac/rules.gni |
diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni |
index a1c3c2ca16473849aab63d18cf8d05ce57e8d0b3..a2213784c0285ebe48f16c7a29ead335adca714a 100644 |
--- a/build/config/mac/rules.gni |
+++ b/build/config/mac/rules.gni |
@@ -193,6 +193,10 @@ template("mac_framework_bundle") { |
} |
} |
+set_defaults("mac_framework_bundle") { |
+ configs = default_shared_library_configs |
+} |
+ |
# Template to create a Mac executable application bundle. |
# |
# Arguments |