diff options
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 848c857..16f49d8 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -158,11 +158,11 @@ 'include', ], 'dependencies': [ - '../icu38/icu38.gyp:icuuc', + '../icu/icu.gyp:icuuc', '../zlib/zlib.gyp:zlib', ], 'export_dependent_settings': [ - '../icu38/icu38.gyp:icuuc', + '../icu/icu.gyp:icuuc', ], 'direct_dependent_settings': { 'defines': [ @@ -189,6 +189,7 @@ 'type': 'executable', 'sources': [ 'xmlcatalog.c', + 'xmldummy_mac.cc', ], 'include_dirs': [ '<(os_include)', @@ -212,13 +213,14 @@ 'type': 'executable', 'sources': [ 'xmllint.c', + 'xmldummy_mac.cc', ], 'include_dirs': [ '<(os_include)', ], 'dependencies': [ 'libxml', - '../icu38/icu38.gyp:icuuc', + '../icu/icu.gyp:icuuc', ], 'conditions': [ ['OS=="linux"', { |