You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix macOS deployment target mismatch by detecting R actual target
The Rust cc crate defaults to the SDK version (xcrun --show-sdk-version)
when MACOSX_DEPLOYMENT_TARGET is unset, which can exceed the deployment
target used by R compiler and linked libraries (e.g., libgfortran),
causing an ld warning. Instead of re-exporting an env var that may not
exist, configure now compiles a test object with R compiler and reads
the minos value via otool to determine the correct deployment target.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments