Skip to content

Use versioned SO for symbol access from Python

Duncan Macleod requested to merge duncanmmacleod/Fr:ctypesgen-soname into master

This MR patches the ctypesgen build of the Python bindings to use the versioned SO filename for linking (e.g. libframel.so.8 instead of libframel.so); at runtime this will be present, while the unversioned file may not be (RHEL/Deb).

Merge request reports