mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
120 stars 59 forks source link

TST: allow for unknown platforms #515

Closed dnicolodi closed 8 months ago

dnicolodi commented 8 months ago

Assume that the library filename suffix is ".so" on all platforms not otherwise accounted for. This fixes the tests on FreeBSD, and probably other BSDs.

Fixes #514.

dnicolodi commented 8 months ago

@rgommers Would you like to review this? The fixes are straightforward so I'm going to merge in a couple of days unless you object