Skip to content

iOS: Always use /usr/bin/cc by default as the host linker#657

Merged
jschwe merged 1 commit intocorrosion-rs:masterfrom
jschwe:fix_ios_host_linker
Dec 30, 2025
Merged

iOS: Always use /usr/bin/cc by default as the host linker#657
jschwe merged 1 commit intocorrosion-rs:masterfrom
jschwe:fix_ios_host_linker

Conversation

@jschwe
Copy link
Collaborator

@jschwe jschwe commented Dec 30, 2025

Newer CMake versions now default to /usr/bin/cc instead of the version from the xcode sdk directory.
We can thus also default to /usr/bin/cc and skip invoking CMake to determine a suitable compiler.

Fixes #655

Newer CMake versions now default to /usr/bin/cc instead of
the version from the xcode sdk directory.
We can thus also default to /usr/bin/cc and skip invoking CMake to
determine a suitable compiler.
@jschwe jschwe merged commit 56a1ed1 into corrosion-rs:master Dec 30, 2025
39 checks passed
@jschwe jschwe deleted the fix_ios_host_linker branch December 30, 2025 11:51
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.

iOS: CORROSION_HOST_TARGET_LINKER autodetection doesn't always work

1 participant