C:/Documents/msys2/home/vincent.torri/gitroot_64/libxml2_gitlab/python/meson.build:18:14: error method get_install_dir not found on python_installation
18 | message(py.get_install_dir())
^
C:/Documents/msys2/home/vincent.torri/gitroot_64/libxml2_gitlab/python/meson.build:20:3: error method extension_module not found on python_installation
20 | py.extension_module('libxml2mod', files(libxml2mod_src),
^
Is this muon fmt or muon analyze?
oups, analyze of course
So this is because muon doesn't implement those functions. The fix is to implement the functions in the python module.