diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-09-28 00:44:32 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-09-28 12:53:46 +0300 |
commit | 56a6ee1e5d51ca71a9188e6cbdcf8a2ce611cf2b (patch) | |
tree | d78b92abb8daabb1a32ba5d64aa34bfce4d89d20 /mesonbuild/scripts/test_loaded_modules.py | |
parent | 05da4b087c06cdac7f916128aa0796a1c2ef515a (diff) | |
download | meson-56a6ee1e5d51ca71a9188e6cbdcf8a2ce611cf2b.zip meson-56a6ee1e5d51ca71a9188e6cbdcf8a2ce611cf2b.tar.gz meson-56a6ee1e5d51ca71a9188e6cbdcf8a2ce611cf2b.tar.bz2 |
find_library with argument beginning in "lib" is a bad idea, warn about it
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 #10838
Diffstat (limited to 'mesonbuild/scripts/test_loaded_modules.py')
0 files changed, 0 insertions, 0 deletions