Skip to content

Commit 6ad26fb

Browse files
committed
Correct EXT_SUFFIX to end with static lib extension.
1 parent ad6941b commit 6ad26fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5709,7 +5709,7 @@ if test "$Py_DEBUG" = 'true' -a "$with_trace_refs" != "yes"; then
57095709
fi
57105710

57115711
AC_SUBST(EXT_SUFFIX)
5712-
EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
5712+
EXT_SUFFIX=.${SOABI}.a
57135713

57145714
AC_MSG_CHECKING(LDVERSION)
57155715
LDVERSION='$(VERSION)$(ABIFLAGS)'

0 commit comments

Comments
 (0)