Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: compare against lower case host system name *really* everywhere #169

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

SpotlightKid
Copy link
Owner

@SpotlightKid SpotlightKid commented Jun 27, 2023

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

…rywhere

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

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
@SpotlightKid SpotlightKid self-assigned this Jun 27, 2023
@SpotlightKid SpotlightKid merged commit 24bb419 into master Jun 27, 2023
@SpotlightKid SpotlightKid deleted the fix/meson-build-system-lowercase branch June 27, 2023 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get_ports() method returns blank lists with Python 3.11 and ARM Macs
1 participant