SpotlightKid / python-rtmidi

Python bindings for the cross-platform MIDI I/O library RtMidi
https://spotlightkid.github.io/python-rtmidi/
Other
349 stars 64 forks source link

fix: also check for presence of Python header with meson #199

Closed SpotlightKid closed 2 months ago

SpotlightKid commented 2 months ago

Checking for the presence of a Python installation alone is not sufficient and building will fail with compiler errors on systems, which have Python installed but not the matching headers

SpotlightKid commented 2 months ago

See also: #198