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: consistent macOS deployment target for Metal compatibility
- Respects MACOSX_DEPLOYMENT_TARGET env var (defaults to 14.0)
- Sets CMAKE_OSX_DEPLOYMENT_TARGET to match
- Passes matching -mmacosx-version-min to linker
- Adds cargo:rerun-if-env-changed for proper rebuilds
Fixes ___isPlatformVersionAtLeast linking errors by ensuring all
components (cmake, C++ compiler, Rust linker) use consistent target.
Ref: ml-explore/mlx#1602
0 commit comments