mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
modified lib/3rdparty/libxml2/libxml2.rbuild
libxml2 wants __MINGW32__, let's give it __MINGW32__. This should probably defined globally, because our Visual C++ environment is kind of MinGW, after all And libxml2 compiles with Visual C++, too svn path=/trunk/; revision=42444
This commit is contained in:
parent
064df4b419
commit
ba42f38a63
1 changed files with 1 additions and 0 deletions
1
reactos/lib/3rdparty/libxml2/libxml2.rbuild
vendored
1
reactos/lib/3rdparty/libxml2/libxml2.rbuild
vendored
|
@ -8,6 +8,7 @@
|
|||
<define name="HAVE_WIN32_THREADS" />
|
||||
<define name="_REENTRANT" />
|
||||
<define name="LIBXML_STATIC" />
|
||||
<define name="__MINGW32__" />
|
||||
<include base="libxml2">include</include>
|
||||
<include base="libxml2">.</include>
|
||||
<file>c14n.c</file>
|
||||
|
|
Loading…
Reference in a new issue