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

configure: catch Apple in more target triplets #14728

Closed
wants to merge 2 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Aug 29, 2024

Before this patch, only these triplets were considered Apple:
<cpu>-apple-darwin

After this patch, these are also considered Apple:
<cpu>-apple-(ios*|tvos*|visionos*|watchos*|<ETC>)

$host_os (the last third of the triplet) still has a valid use
to differentiate between OS flavours, though for now this isn't
used, aligning with CMake.

@vszakats vszakats added build appleOS specific to an Apple operating system labels Aug 29, 2024
@vszakats vszakats closed this in 30ab113 Sep 21, 2024
@vszakats vszakats deleted the am-host-ifs branch September 21, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appleOS specific to an Apple operating system build
Development

Successfully merging this pull request may close these issues.

1 participant