ktbarrett / find_libpython

Finds the libpython associated with the current Python environment, wherever it may be hiding.
MIT License
14 stars 7 forks source link

Don't try library names that don't include the full version #31

Closed ktbarrett closed 3 years ago

ktbarrett commented 3 years ago

To prevent accidentally finding the wrong version, as the homebrew job used to. Leaving a computed name with the version string and with/without the abiflags in case something is misconfigured.