Skip to content

Fix linking libexslt dynamic library when using MinGW

Vadim Zeitlin requested to merge _VZ_/libxslt:libexslt-mingw-link-fix into master

DLLs can't have unresolved symbols, so we need to link it with libxml2, as it references plenty of symbols from it.

Merge request reports