diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-04-08 10:21:22 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-04-23 11:27:12 -0700 |
| commit | 4f94284013d257bf361b18da6c6d8c80e64cf24f (patch) | |
| tree | 92ee44399945080bcbf98cd2ee7e504299a516b6 /docs/markdown | |
| parent | ffa235213cf8b45569abdde84cd1c9aa4e63d6a3 (diff) | |
| download | meson-4f94284013d257bf361b18da6c6d8c80e64cf24f.tar.gz | |
interpreter: implement the `name()` method for `ExternalLibraryHolder`
This allows `cc.find_library().name()` to work, just like
`dependency().name()`.
Fixes: #13053
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/snippets/find_library_name.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/find_library_name.md b/docs/markdown/snippets/find_library_name.md new file mode 100644 index 000000000..ffb18eb85 --- /dev/null +++ b/docs/markdown/snippets/find_library_name.md @@ -0,0 +1,3 @@ +## dependencies created by compiler.find_library implement the `name()` method + +Which would previously result in Meson crashing. |
