summaryrefslogtreecommitdiffstats
path: root/Misc/python-config.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/python-config.sh.in')
-rw-r--r--Misc/python-config.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-config.sh.in b/Misc/python-config.sh.in
index 64c81e5..30c6927 100644
--- a/Misc/python-config.sh.in
+++ b/Misc/python-config.sh.in
@@ -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}"