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

bpo-41100: add runtime checks for MACOSX_DEPLOYMENT_TARGET=10.10 #21576

Commits on Jul 21, 2020

  1. add runtime checks for MACOSX_DEPLOYMENT_TARGET=10.10

    In order to support a universal2 build, supporitng Mac OS 11 on arm64 and Mac OS on
    x86_64 going back to 10.10, we need to add in runtime checks for functions that will
    be detected as present by autoconf, because they are in the SDK, but which did not
    exist  in Mac OS 10.10.    This fixes all the instances of -WWunguarded-availability-new
    when building with MACOSX_DEPLOYMENT_TARGET=10.10
    lawrence-danna-apple committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    fceec42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a097234 View commit details
    Browse the repository at this point in the history