You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python: Fix using library from PEP 739 without pkg-config
Fix the `find_libpy()` PEP 739 branch to handle the full path correctly.
Meson's `find_library()` function accepts only the "bare" name, while
`build-details.json` provides the full path to the library. The previous
code would just extract the basename, but it would still contain
the library prefix and suffix. Rather than trying to hack around that,
just use the full path directly.
0 commit comments