Chromium Code Reviews| 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', |
| + ] |
| + }, |
| }, |
| }], |
| ], |