commit | 51ae31e5b93b986e57a7e18e25f981a6ffcdefb7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jun 09 15:32:43 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 09 15:32:43 2020 +0200 |
tree | a28555c9ee1fbffb12be5d28fdbaa5dcf283f0a9 | |
parent | 323188360d61875bd68688ef41711bade298af50 [diff] |
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.