We need to support cases where the library might be called "foo.so" and therefore we check for exact matches too. But this also allows `cc.find_library('libfoo')` to find libfoo.so, which is strange and won't work in many cases. Emit a warning when this happens. Fixes #10838pull/6267/merge
parent
05da4b087c
commit
56a6ee1e5d
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue