This allows `cc.find_library().name()` to work, just like `dependency().name()`. Fixes: #13053pull/13135/head
parent
ffa235213c
commit
4f94284013
3 changed files with 14 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
## dependencies created by compiler.find_library implement the `name()` method |
||||
|
||||
Which would previously result in Meson crashing. |
Loading…
Reference in new issue