summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libxml/libxml.gyp12
1 files changed, 2 insertions, 10 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp
index 37de9c9..16f49d8 100644
--- a/third_party/libxml/libxml.gyp
+++ b/third_party/libxml/libxml.gyp
@@ -189,6 +189,7 @@
'type': 'executable',
'sources': [
'xmlcatalog.c',
+ 'xmldummy_mac.cc',
],
'include_dirs': [
'<(os_include)',
@@ -205,11 +206,6 @@
],
},
}],
- ['OS=="mac"', {
- 'sources': [
- 'xmldummy_mac.cc',
- ],
- }],
],
},
{
@@ -217,6 +213,7 @@
'type': 'executable',
'sources': [
'xmllint.c',
+ 'xmldummy_mac.cc',
],
'include_dirs': [
'<(os_include)',
@@ -234,11 +231,6 @@
],
},
}],
- ['OS=="mac"', {
- 'sources': [
- 'xmldummy_mac.cc',
- ],
- }],
],
},
],