Skip to content

Commit

Permalink
Revert "render libxmljs and its bundled libxml libs usable in other a…
Browse files Browse the repository at this point in the history
…ddons"

Per libxmljs#253 (comment)

This reverts commit e610388.
  • Loading branch information
gwicke committed Mar 25, 2016
1 parent c711eeb commit bdb0ba7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
'targets': [
{
'target_name': 'xmljs',
'product_extension': 'node',
'type': 'shared_library',
'include_dirs': ["<!(node -e \"require('nan')\")"],
'sources': [
'src/libxmljs.cc',
Expand Down
2 changes: 1 addition & 1 deletion vendor/libxml/include/libxml/xmlversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*
* Whether the module interfaces are compiled in
*/
#if 1
#if 0
#define LIBXML_MODULES_ENABLED
/**
* LIBXML_MODULE_EXTENSION:
Expand Down

0 comments on commit bdb0ba7

Please sign in to comment.