Skip to content

Meson: Fix build as subproject

meson.build_root() is the root of the main project, better use meson.current_build_dir() instead.

Merge request reports