Skip to content

configure: catch Apple in more target triplets #14728

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

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.

Verified

This commit was signed with the committer’s verified signature.
vszakats Viktor Szakats

Verified

This commit was signed with the committer’s verified signature.
vszakats Viktor Szakats
…sions
@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
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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.

Closes curl#14728
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.

None yet

1 participant