mirror of https://github.com/python/cpython
- Issue #25440: Fix output of python-config --extension-suffix.
This commit is contained in:
commit
12a72b06c7
|
@ -1041,12 +1041,17 @@ Documentation
|
|||
Tools/Demos
|
||||
-----------
|
||||
|
||||
<<<<<<< local
|
||||
- Issue #24000: Improved Argument Clinic's mapping of converters to legacy
|
||||
"format units". Updated the documentation to match.
|
||||
|
||||
- Issue #24001: Argument Clinic converters now use accept={type}
|
||||
instead of types={'type'} to specify the types the converter accepts.
|
||||
|
||||
=======
|
||||
- Issue #25440: Fix output of python-config --extension-suffix.
|
||||
|
||||
>>>>>>> other
|
||||
- Issue #23330: h2py now supports arbitrary filenames in #include.
|
||||
|
||||
- Issue #24031: make patchcheck now supports git checkouts, too.
|
||||
|
|
|
@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@"
|
|||
LDVERSION="@LDVERSION@"
|
||||
LIBDEST=${prefix}/lib/python${VERSION}
|
||||
LIBPL=$(echo "@LIBPL@" | sed "s#$prefix_build#$prefix_real#")
|
||||
SO="@SO@"
|
||||
SO="@EXT_SUFFIX@"
|
||||
PYTHONFRAMEWORK="@PYTHONFRAMEWORK@"
|
||||
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
|
||||
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
|
||||
|
|
Loading…
Reference in New Issue