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 15a780e commit 9960f52Copy full SHA for 9960f52
1 file changed
configure.ac
@@ -6254,7 +6254,11 @@ LIBPYTHON=''
6254
# On Android, OS/2 and Cygwin the shared libraries must be linked with libpython.
6255
if test "$PY_ENABLE_SHARED" = "1" && ( test -n "$ANDROID_API_LEVEL" || test "$MACHDEP" = "cygwin" || test "$MACHDEP" = "os2knix"); then
6256
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(LDLIBRARY)"
6257
+ if ( test "$MACHDEP" = "os2knix"); then
6258
+ LIBPYTHON=`echo -lpython${VERSION}${ABIFLAGS}`
6259
+ else
6260
LIBPYTHON="\$(BLDLIBRARY)"
6261
+ fi
6262
fi
6263
6264
# On iOS the shared libraries must be linked with the Python framework
0 commit comments