mabuchilab / NiceLib

A Python package for rapidly developing "nice" bindings for C libraries, using cffi
GNU General Public License v3.0
24 stars 8 forks source link

Bypass find_library when possible #6

Closed natezb closed 2 years ago

natezb commented 6 years ago

ctypes.util.find_library doesn't always work that well, so it may be nice to allow developers to hard-code a lib's path (at least when getting started). Currently every lib name is run through find_library. Instead, we should bypass this when the lib name uses an absolute path.

Tillsten commented 2 years ago

Looking at code I think this can be closed correct?

natezb commented 2 years ago

It does appear so, closing...