diff options
Diffstat (limited to 'third_party/libxml/libxml.gyp')
-rw-r--r-- | third_party/libxml/libxml.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index 16f49d8..4d154bc9 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -189,7 +189,7 @@ 'type': 'executable', 'sources': [ 'xmlcatalog.c', - 'xmldummy_mac.cc', + 'xmlcatalog_dummy.cc', ], 'include_dirs': [ '<(os_include)', @@ -213,7 +213,7 @@ 'type': 'executable', 'sources': [ 'xmllint.c', - 'xmldummy_mac.cc', + 'xmllint_dummy.cc', ], 'include_dirs': [ '<(os_include)', |