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

Msys2 and MinGW32/64 support #16

Closed ktbarrett closed 3 years ago

ktbarrett commented 3 years ago

xref #4. Adds fixes and tests.

On MINGW32/64, unlike on normal Windows installations, all libraries are prefixed with 'lib'. MSYS is not detected as Windows, but follows it's convention of putting DLLs in the same directory as the executable.