Skip to content

Commit efc7c5f

Browse files
committed
Fix substitution
1 parent 7e8aa89 commit efc7c5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6680,7 +6680,7 @@ LIBPYTHON=''
66806680
# On Android and Cygwin the shared libraries must be linked with libpython.
66816681
if test "$PY_ENABLE_SHARED" = "1" && ( test -n "$ANDROID_API_LEVEL" || test "$MACHDEP" = "cygwin"); then
66826682
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(LDLIBRARY)"
6683-
LIBPYTHON="-lpython${LDVERSION}"
6683+
LIBPYTHON="-lpython${VERSION}${ABIFLAGS}"
66846684
fi
66856685

66866686
# On iOS the shared libraries must be linked with the Python framework

0 commit comments

Comments
 (0)