Thanks to visit codestin.com Credit goes to github.com
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 3ec5730 commit c4bf58aCopy full SHA for c4bf58a
2 files changed
Misc/python-config.sh.in
@@ -46,7 +46,7 @@ LIBM="@LIBM@"
46
LIBC="@LIBC@"
47
SYSLIBS="$LIBM $LIBC"
48
ABIFLAGS="@ABIFLAGS@"
49
-LIBS="@LIBPYTHON@ @LIBS@ $SYSLIBS"
+LIBS="@MODULE_LDFLAGS@ @LIBS@ $SYSLIBS"
50
LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} @LIBS@ $SYSLIBS"
51
BASECFLAGS="@BASECFLAGS@"
52
LDLIBRARY="@LDLIBRARY@"
Misc/python.pc.in
@@ -9,5 +9,5 @@ Description: Build a C extension for Python
9
Requires:
10
Version: @VERSION@
11
Libs.private: @LIBS@
12
-Libs: -L${libdir} @LIBPYTHON@
+Libs: -L${libdir} @MODULE_LDFLAGS@
13
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
0 commit comments