mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit ef6196028f)
Co-authored-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
This commit is contained in:
parent
872b1e537e
commit
3733dddeca
2 changed files with 5 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Fix clang rpath issue in :mod:`distutils`. The UnixCCompiler now uses
|
||||
correct clang option to add a runtime library directory (rpath) to a shared
|
||||
library.
|
||||
Loading…
Add table
Add a link
Reference in a new issue