Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Improved Fix For Issue When dladdr not in libc
An improved fix for issue pistacheio#1230, previously addressed by PR pistacheio#1245 which did: ... = dependency('dl', required: false) - support for "required: false" being added in Meson 0.62.0, where Pistache only requires Meson 0.53. Additionally, this new fix requires libdl only if the specific function dladdr() is not supplied by libc in any case, potentially avoiding pulling in libdl when not actually required.
- Loading branch information