Try to pre-load the Python library with its real, fully dereferenced
path.

This is necessary because some installations don't have the symlink
from the generic (.so) to the versioned one (.so.X.Y) when the Python
development files aren't installed (i.e. libpython2.7-dev on Debian).

Fortunately for us (at least under Debian) Python has the name of the
final installed library in its INSTSONAME sysconfig's config var, so
use this instead of LDLIBRARY when it's available.

Closes codebrainz/geanypy#20


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany-plugins/pull/289

Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub.