diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-11-22 06:35:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 06:35:36 (GMT) |
commit | 0aab3522b259c40abf1f070c71aa7b914c1239b5 (patch) | |
tree | 0869947a29e3cf6c2657969ec5edf0c88b523d2a /Misc/NEWS.d/next/macOS | |
parent | 4f87126969245861111cc12ca295899944c11b46 (diff) | |
download | cpython-0aab3522b259c40abf1f070c71aa7b914c1239b5.zip cpython-0aab3522b259c40abf1f070c71aa7b914c1239b5.tar.gz cpython-0aab3522b259c40abf1f070c71aa7b914c1239b5.tar.bz2 |
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>
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-11-15-16-43-45.bpo-41116.oCkbrF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-11-15-16-43-45.bpo-41116.oCkbrF.rst b/Misc/NEWS.d/next/macOS/2020-11-15-16-43-45.bpo-41116.oCkbrF.rst new file mode 100644 index 0000000..c982224 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-11-15-16-43-45.bpo-41116.oCkbrF.rst @@ -0,0 +1 @@ +Ensure distutils.unixxcompiler.find_library_file can find system provided libraries on macOS 11.
\ No newline at end of file |