]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45371: Fix distutils' rpath support for clang (GH-28732)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Oct 2021 10:09:21 +0000 (03:09 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 10:09:21 +0000 (03:09 -0700)
commit3ce5e07e9a4b78302b69f898527396ff7b5fd448
tree90e71158dd2691a2037b1eb98b08aeda27fd7aab
parent7c2a040a10654d67ff543a55858ba2d7a9f7eea8
bpo-45371: Fix distutils' rpath support for clang (GH-28732)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit ef6196028f966f22d82930b66e1371e75c5df2f7)

Co-authored-by: Christian Heimes <christian@python.org>
Lib/distutils/unixccompiler.py
Misc/NEWS.d/next/Library/2021-10-05-11-03-48.bpo-45371.NOwcDJ.rst [new file with mode: 0644]