Staging
v0.5.1
https://github.com/python/cpython
Revision 6cb24a035c5980cab39b6dc5d70762af07293bea authored by Miss Islington (bot) on 09 June 2020, 13:54:54 UTC, committed by GitHub on 09 June 2020, 13:54:54 UTC

"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.
(cherry picked from commit 51ae31e5b93b986e57a7e18e25f981a6ffcdefb7)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1a819ca
Raw File
Tip revision: 6cb24a035c5980cab39b6dc5d70762af07293bea authored by Miss Islington (bot) on 09 June 2020, 13:54:54 UTC
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Tip revision: 6cb24a0
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top