How to handle meson.override_dependency()
with dependencies using modules
and components
#14146
Labels
meson.override_dependency()
with dependencies using modules
and components
#14146
Consider a dependency like LLVM. The correct way to handle this in Meson is something like:
Nice and easy. However, there isn't really a way to handle this with
meson.override_dependency()
. It doesn't have modules, and the overridden dependency wont check that the correct modules are set.The text was updated successfully, but these errors were encountered: