commit | 0aab3522b259c40abf1f070c71aa7b914c1239b5 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Nov 21 22:35:36 2020 -0800 |
committer | GitHub <noreply@github.com> | Sun Nov 22 01:35:36 2020 -0500 |
tree | 0869947a29e3cf6c2657969ec5edf0c88b523d2a | |
parent | 4f87126969245861111cc12ca295899944c11b46 [diff] |
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) (GH-23455) 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. (cherry picked from commit 404a719b5127602c1a948f8e189ab61cd3f147d8) Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>