Skip to content

Meson: Look for libxml2.lib correctly on Visual Studio builds

Chun-wei Fan requested to merge build.fixes into master

Hi,

This fixes the Meson build files trying to look for libxml2.lib on Visual Studio builds. From the commit message:

On Visual Studio builds, it is not enough to look for 'xml2' for the library libxml2.lib, instead, we need to look for 'libxml2'. libxml2.lib is the library name that is produced by libxml2's NMake Makefiles.

With blessings, thank you!

Edited by Chun-wei Fan

Merge request reports