aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2019-04-29 09:27:40 +0200
committerVictor Stinner <vstinner@redhat.com>2019-04-29 09:27:40 +0200
commit254b309c801f82509597e3d7d4be56885ef94c11 (patch)
treeae96f759a67bfb4aaea873da5a488fb1e4e80ab6 /Misc/python-config.sh.in
parentFix typo in 'tandem' word (GH-12998) (GH-12998) (diff)
downloadcpython-254b309c801f82509597e3d7d4be56885ef94c11.tar.gz
cpython-254b309c801f82509597e3d7d4be56885ef94c11.tar.bz2
cpython-254b309c801f82509597e3d7d4be56885ef94c11.zip
bpo-21536: On Android, C extensions are linked to libpython (GH-12989)
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 ac1a467678e..33991ef0c5d 100644
--- a/Misc/python-config.sh.in
+++ b/Misc/python-config.sh.in
@@ -41,7 +41,7 @@ LIBM="@LIBM@"
LIBC="@LIBC@"
SYSLIBS="$LIBM $LIBC"
ABIFLAGS="@ABIFLAGS@"
-LIBS="@LIBS@ $SYSLIBS"
+LIBS="@LIBPYTHON@ @LIBS@ $SYSLIBS"
BASECFLAGS="@BASECFLAGS@"
LDLIBRARY="@LDLIBRARY@"
OPT="@OPT@"