Otherwise internal dependencies have auto-generated names that are not human readable. Instead, use the name that the dependency overrides. For example: ```meson meson.override_dependency('zlib', declare_dependency()) dep_zlib = dependency('zlib') assert(dep_zlib.name() == 'zlib') ``` Fixes: #12967pull/12116/merge
parent
6d713e40f8
commit
b1340e9bb1
2 changed files with 29 additions and 2 deletions
Loading…
Reference in new issue