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
I think in reality it's not a good idea to do this because it will end up generating wheels that can only be installed on newer versions of macOS.
Always setting MACOSX_DEPLOYMENT_TARGET is still a good idea, but I think we should add a option in [tool.maturin] like macos-deployment-target to allow projects to declare a default target version, instead of relying on querying the one that rustc support because there might be some C/C++ dependencies that requires higher macOS SDK versions than rustc.
Currently it's hard coded if
MACOSX_DEPLOYMENT_TARGET
env var isn't setmaturin/src/target.rs
Lines 685 to 686 in cb0b6c6
The text was updated successfully, but these errors were encountered: