mesonbuild / meson-python

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

MAINT: use sys.platform instead of platform.system() #472

Closed dnicolodi closed 10 months ago

dnicolodi commented 10 months ago

The latter is not well defined on some systems.

dnicolodi commented 10 months ago

I've checked that all the tests that should be executed are still executed. Merging.