Skip to content

Commit 568d1e9

Browse files
fuck2
1 parent 8ec582a commit 568d1e9

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
@@ -6424,7 +6424,7 @@ LIBPYTHON=''
64246424
# On Android and Cygwin the shared libraries must be linked with libpython.
64256425
if test "$PY_ENABLE_SHARED" = "1" && ( test -n "$ANDROID_API_LEVEL" || test "$MACHDEP" = "cygwin"); then
64266426
MODULE_DEPS_SHARED="$MODULE_DEPS_SHARED \$(LDLIBRARY)"
6427-
LIBPYTHON="$(BLDLIBRARY)"
6427+
LIBPYTHON="$BLDLIBRARY"
64286428
fi
64296429

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

0 commit comments

Comments
 (0)