Index: third_party/libxml/libxml.gyp |
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp |
index 105ab87692dc5d026705cf13343071d336e0f9c7..3d8b59960cfb0e9b9ef8cf0916c7db7fde32b75c 100644 |
--- a/third_party/libxml/libxml.gyp |
+++ b/third_party/libxml/libxml.gyp |
@@ -18,6 +18,7 @@ |
'targets': [ |
{ |
'target_name': 'libxml', |
+ 'toolsets': ['host', 'target'], |
vangelis
2012/04/24 00:37:30
What's the purpose of this line? I wonder if it i
dtu
2012/05/01 00:32:16
Previously the failure was showing for libxml.gyp
|
'conditions': [ |
['os_posix == 1 and OS != "mac" and use_system_libxml', { |
'type': 'none', |