Skip to content

configure: catch Apple in more target triplets - #14728

Closed
vszakats wants to merge 2 commits into
curl:masterfrom
vszakats:am-host-ifs
Closed

configure: catch Apple in more target triplets#14728
vszakats wants to merge 2 commits into
curl:masterfrom
vszakats:am-host-ifs

Conversation

@vszakats

@vszakats vszakats commented Aug 29, 2024

Copy link
Copy Markdown
Member

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
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
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.

1 participant