| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index c951d3651e109a85bb3cb1cb66ea9143f083823f..d59d9a3a48b75a11ddc8edf82b82bfe8bf7e4f71 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -354,8 +354,12 @@
|
| '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/Security.framework',
|
| '$(SDKROOT)/System/Library/Frameworks/SystemConfiguration.framework',
|
| - '$(SDKROOT)/usr/lib/libresolv.dylib',
|
| ],
|
| + 'xcode_settings': {
|
| + 'OTHER_LDFLAGS': [
|
| + '-lresolv',
|
| + ]
|
| + },
|
| },
|
| },
|
| ],
|
|
|