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

Unified Diff: third_party/libxml/libxml.gyp

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: third_party/libxml/libxml.gyp
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
index 51e45db462396ecfbd876b0ff2bc3f9dbf3230ce..2cb4f45a0b9fe339e5e80caec976f713cb23884f 100644
--- a/third_party/libxml/libxml.gyp
+++ b/third_party/libxml/libxml.gyp
@@ -68,9 +68,11 @@
],
},
'link_settings': {
- 'libraries': [
- '$(SDKROOT)/usr/lib/libxml2.dylib',
- ],
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-lxml2',
+ ]
+ },
},
}],
],

Powered by Google App Engine
This is Rietveld 408576698