Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: net/net_common.gypi

Issue 1179573004: Correct iOS device build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use OTHER_LDFLAGS Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
+ ]
+ },
},
},
],

Powered by Google App Engine
This is Rietveld 408576698