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-41116: Ensure system supplied libraries are found on macOS 11 #23301

Merged
merged 4 commits into from
Nov 22, 2020

Commits on Nov 15, 2020

  1. bpo-41116: Ensure system supplied libraries are found on macOS 11

    On macOS system provided libraries are in a shared library cache
    and not at their usual location. This PR teaches distutils to search
    in the SDK, even if there was no "-sysroot" argument in
    the compiler flags.
    ronaldoussoren committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    5a695bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ec6bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a093fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f48cf67 View commit details
    Browse the repository at this point in the history