Commit 2bf91bf4 authored by doko@ubuntu.com's avatar doko@ubuntu.com

- Issue #25440: Fix output of python-config --extension-suffix.

parent 277640af
...@@ -679,6 +679,8 @@ Documentation ...@@ -679,6 +679,8 @@ Documentation
Tools/Demos Tools/Demos
----------- -----------
- Issue #25440: Fix output of python-config --extension-suffix.
- Issue #23330: h2py now supports arbitrary filenames in #include. - Issue #23330: h2py now supports arbitrary filenames in #include.
- Issue #24031: make patchcheck now supports git checkouts, too. - Issue #24031: make patchcheck now supports git checkouts, too.
......
...@@ -49,7 +49,7 @@ PY_ENABLE_SHARED="@PY_ENABLE_SHARED@" ...@@ -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}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment