summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-03-13 12:48:06 -0700
committerEli Schwartz <eschwartz93@gmail.com>2024-09-23 19:26:23 -0400
commitb7bf61e33e76705e6dd9a0e59e48ac9f3b97e765 (patch)
treefa2b918f4f51983bc5117b7794a6a720ef1d2775 /docs
parent6e98767c31dcc23229edee4c5609d65eaf3646a8 (diff)
downloadmeson-b7bf61e33e76705e6dd9a0e59e48ac9f3b97e765.tar.gz
interpreter: when overriding a dependency make its name match
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: #12967
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions