mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
- Issue #25440: Fix output of python-config --extension-suffix.
This commit is contained in:
commit
10ef6bd471
2 changed files with 3 additions and 1 deletions
|
@ -298,6 +298,8 @@ Windows
|
||||||
Tools/Demos
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
- Issue #25440: Fix output of python-config --extension-suffix.
|
||||||
|
|
||||||
- Issue #25154: The pyvenv script has been deprecated in favour of
|
- Issue #25154: The pyvenv script has been deprecated in favour of
|
||||||
`python3 -m venv`.
|
`python3 -m venv`.
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@"
|
||||||
LDVERSION="@LDVERSION@"
|
LDVERSION="@LDVERSION@"
|
||||||
LIBDEST=${prefix}/lib/python${VERSION}
|
LIBDEST=${prefix}/lib/python${VERSION}
|
||||||
LIBPL=$(echo "@LIBPL@" | sed "s#$prefix_build#$prefix_real#")
|
LIBPL=$(echo "@LIBPL@" | sed "s#$prefix_build#$prefix_real#")
|
||||||
SO="@SO@"
|
SO="@EXT_SUFFIX@"
|
||||||
PYTHONFRAMEWORK="@PYTHONFRAMEWORK@"
|
PYTHONFRAMEWORK="@PYTHONFRAMEWORK@"
|
||||||
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
|
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
|
||||||
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
|
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue