]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
authorVictor Stinner <vstinner@python.org>
Tue, 9 Jun 2020 13:32:43 +0000 (15:32 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 13:32:43 +0000 (15:32 +0200)
commit51ae31e5b93b986e57a7e18e25f981a6ffcdefb7
treea28555c9ee1fbffb12be5d28fdbaa5dcf283f0a9
parent323188360d61875bd68688ef41711bade298af50
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)

"make install" now uses the PLATLIBDIR variable for the destination
lib-dynload/ directory when ./configure --with-platlibdir is used.

Update --with-platlibdir comment in configure.
Makefile.pre.in
Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst [new file with mode: 0644]
configure
configure.ac