Skip to content
  • Brad King's avatar
    ENH: Teach find_library to find OpenBSD-style libs · 434a99bb
    Brad King authored
    OpenBSD shared libraries use a ".so.<major>.<minor>" extension and do
    not have a symlink with just a ".so" extension.  Its "ld" is capable of
    finding the library with the best version.  This change adds support for
    finding such libraries.  See issue #3470.
    434a99bb