diff options
author | Victor Stinner <vstinner@python.org> | 2020-06-09 13:32:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-09 13:32:43 (GMT) |
commit | 51ae31e5b93b986e57a7e18e25f981a6ffcdefb7 (patch) | |
tree | a28555c9ee1fbffb12be5d28fdbaa5dcf283f0a9 /Misc/NEWS.d/next/Build | |
parent | 323188360d61875bd68688ef41711bade298af50 (diff) | |
download | cpython-51ae31e5b93b986e57a7e18e25f981a6ffcdefb7.zip cpython-51ae31e5b93b986e57a7e18e25f981a6ffcdefb7.tar.gz cpython-51ae31e5b93b986e57a7e18e25f981a6ffcdefb7.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst b/Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst new file mode 100644 index 0000000..0495e5e --- /dev/null +++ b/Misc/NEWS.d/next/Build/2020-06-08-19-57-05.bpo-40684.WIY2-i.rst @@ -0,0 +1,2 @@ +``make install`` now uses the ``PLATLIBDIR`` variable for the destination +``lib-dynload/`` directory when ``./configure --with-platlibdir`` is used. |