commit | 404a719b5127602c1a948f8e189ab61cd3f147d8 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun Nov 22 06:14:25 2020 +0100 |
committer | GitHub <noreply@github.com> | Sun Nov 22 00:14:25 2020 -0500 |
tree | 3c5c46adc53527468927ef6e5cdb43e84a6d6432 | |
parent | 453bc1da2023d6cbe362637a2e0b06d0521f013c [diff] |
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) 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.