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: compare against lower case host system name *really* everywhere #169

Closed SpotlightKid closed 1 year ago

SpotlightKid commented 1 year ago

macOS arm64 binary wheels were compiled without CoreMIDI support, because host machine value is 'Darwin', not 'darwin' when cross-compiling in current version of meson-python.

Fixes: #168