bpo-1294959: Add --with-platlibdir to configure by vstinner · Pull Request #18381 · python/cpython
vstinner
changed the title
bpo-1294959: Add --with-python-libdir to configure
[WIP] bpo-1294959: Add --with-python-libdir to configure
vstinner
changed the title
[WIP] bpo-1294959: Add --with-python-libdir to configure
bpo-1294959: Add --with-python-libdir to configure
vstinner
requested review from
a team,
1st1,
asvetlov,
berkerpeksag,
brettcannon,
encukou,
ericsnowcurrently,
gpshead,
methane,
ncoghlan,
pablogsal,
rhettinger,
tiran and
warsaw
as code owners
vstinner
changed the title
bpo-1294959: Add --with-python-libdir to configure
bpo-1294959: Add --with-platlibdir to configure
Add --with-platlibdir option to the configure script: name of the platform-specific library directory, stored in the new sys.platlitdir attribute. It is used to build the path of platform-specific dynamic libraries and the path of the standard library. It is equal to "lib" on most platforms. On Fedora and SuSE, it is equal to "lib64" on 64-bit systems. Co-Authored-By: Jan Matějek <jmatejek@suse.com> Co-Authored-By: Matěj Cepl <mcepl@cepl.eu> Co-Authored-By: Charalampos Stratakis <cstratak@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters