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 MAC_OS_X_VERSION_MIN_REQUIRED checks to use correct six-digit values #1602

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rhys-T
Copy link

@Rhys-T Rhys-T commented Dec 16, 2024

The MAC_OS_VERSION_* constants jumped from 1090 to 101000, so checks for >= 1100 were passing in older versions than they should. Since Nixpkgs builds against 10.12 by default (on x86_64), this was causing Allegro 5.2.10.0 to fail to build because it couldn't find UniformTypeIdentifiers/UniformTypeIdentifiers.h.

The MAC_OS_VERSION_* constants jumped from 1090 to 101000, so checks for
>= 1100 were passing in older versions than they should. Since Nixpkgs
builds against 10.12 by default (on x86_64), this was causing Allegro
5.2.10.0 to fail to build because it couldn't find
`UniformTypeIdentifiers/UniformTypeIdentifiers.h`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant