diff options
Diffstat (limited to 'third_party/libxml')
-rw-r--r-- | third_party/libxml/libxml.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libxml/libxml.gyp b/third_party/libxml/libxml.gyp index de0d329..6371628 100644 --- a/third_party/libxml/libxml.gyp +++ b/third_party/libxml/libxml.gyp @@ -94,6 +94,8 @@ 'src/include/libxml/xpointer.h', 'src/include/win32config.h', 'src/include/wsockcompat.h', + 'src/win32/config.h', + 'src/win32/include/libxml/xmlversion.h', 'src/acconfig.h', 'src/c14n.c', 'src/catalog.c', @@ -148,8 +150,6 @@ 'src/xmlwriter.c', 'src/xpath.c', 'src/xpointer.c', - 'win32/config.h', - 'win32/include/libxml/xmlversion.h', ], 'defines': [ # Define LIBXML_STATIC as nothing to match how libxml.h |