| Index: build/config/mac/BUILD.gn
|
| diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn
|
| index 72ba5aa7af203447b8c77fe346479e8da5f1287f..f3ed5bafeae058fc34e2db2e4dc9803e842253b5 100644
|
| --- a/build/config/mac/BUILD.gn
|
| +++ b/build/config/mac/BUILD.gn
|
| @@ -68,7 +68,7 @@ config("runtime_library") {
|
|
|
| # On Mac, this is used for everything except static libraries.
|
| config("mac_dynamic_flags") {
|
| - ldflags = []
|
| + ldflags = [ "-Wl,-ObjC" ] # Always load Objective-C categories and classes.
|
|
|
| if (is_component_build) {
|
| ldflags += [
|
|
|