Skip to content

Commit 5e9cbd8

Browse files
committed
- Issue #25440: Fix output of python-config --extension-suffix.
1 parent c5bf299 commit 5e9cbd8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Misc/NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,8 @@ Documentation
679679
Tools/Demos
680680
-----------
681681

682+
- Issue #25440: Fix output of python-config --extension-suffix.
683+
682684
- Issue #23330: h2py now supports arbitrary filenames in #include.
683685

684686
- Issue #24031: make patchcheck now supports git checkouts, too.

Misc/python-config.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@"
4949
LDVERSION="@LDVERSION@"
5050
LIBDEST=${prefix}/lib/python${VERSION}
5151
LIBPL=$(echo "@LIBPL@" | sed "s#$prefix_build#$prefix_real#")
52-
SO="@SO@"
52+
SO="@EXT_SUFFIX@"
5353
PYTHONFRAMEWORK="@PYTHONFRAMEWORK@"
5454
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
5555
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"

0 commit comments

Comments
 (0)