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