commit cad94ff4a3566142a7a9d993db7adc5e3eb398e8 Author: Tom Hughes Date: Thu Dec 3 00:06:52 2015 +0000 Remove dependency on bundled libxml2 diff --git a/binding.gyp b/binding.gyp index 6166361..b6f0efb 100644 --- a/binding.gyp +++ b/binding.gyp @@ -18,18 +18,27 @@ 'src/xml_text.cc', 'src/xml_xpath_context.cc', ], - 'dependencies': [ - './vendor/libxml/libxml.gyp:libxml' - ], 'conditions': [ + ['OS=="win"', { + # no Windows support yet... + }, { + 'libraries': [ + '