Skip to content

meson: Pass LIBXML_STATIC in dependency

Andrew Potter requested to merge talisein/libxml2:meson-static into master

I noticed when building libxml++ as a static library on Windows, linker errors appear because LIBXML_STATIC isn't defined, so I've added it to compile_args; C and C++ users should both be covered.

@mangix what do you think?

Merge request reports