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

Unified Diff: ios/third_party/gcdwebserver/gcdwebserver.gyp

Issue 1179573004: Correct iOS device build for latest Xcode beta. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit 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
« no previous file with comments | « ios/crnet/crnet_consumer/crnet_consumer.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/gcdwebserver/gcdwebserver.gyp
diff --git a/ios/third_party/gcdwebserver/gcdwebserver.gyp b/ios/third_party/gcdwebserver/gcdwebserver.gyp
index a1b4210afe33179e19a337c34bbab8db32be28ff..117c6a2d2b0f8926e64ea1a982672aaaaf9ec855 100644
--- a/ios/third_party/gcdwebserver/gcdwebserver.gyp
+++ b/ios/third_party/gcdwebserver/gcdwebserver.gyp
@@ -55,8 +55,12 @@
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/CFNetwork.framework',
'$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework',
- '$(SDKROOT)/usr/lib/libz.dylib',
],
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-lz',
+ ],
+ },
},
},
],
« no previous file with comments | « ios/crnet/crnet_consumer/crnet_consumer.gyp ('k') | net/net_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698