We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4024e7 commit f061147Copy full SHA for f061147
Misc/python-config.sh.in
@@ -41,7 +41,7 @@ LIBM="@LIBM@"
41
LIBC="@LIBC@"
42
SYSLIBS="$LIBM $LIBC"
43
ABIFLAGS="@ABIFLAGS@"
44
-LIBS="@LIBPYTHON@ @LIBS@ $SYSLIBS"
+LIBS="@LIBPYTHON@ @LIBS@ @MODLIBS@ $SYSLIBS"
45
LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} @LIBS@ $SYSLIBS"
46
BASECFLAGS="@BASECFLAGS@"
47
LDLIBRARY="@LDLIBRARY@"
0 commit comments