Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use default macos/arm64 deployment target in calculating the platform tag for fat binaries #390

Merged
merged 1 commit into from Dec 13, 2020

Commits on Dec 13, 2020

  1. Don't use default macos/arm64 deployment target in calculating the pl…

    …atform tag for fat binaries
    
    The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0
    (which is the first version of macOS supporting arm64). To allow building wheels that target
    an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment
    target in the arm64 part of fat binaries when that's 11.0.0.
    ronaldoussoren committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    26b72d8 View commit details
    Browse the repository at this point in the history