Skip to content

Commit 7ca7d1f

Browse files
use only .pyd as extentsion for modules
1 parent cfa3ec6 commit 7ca7d1f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

configure.ac

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6231,7 +6231,12 @@ if test "$Py_DEBUG" = 'true'; then
62316231
fi
62326232

62336233
AC_SUBST([EXT_SUFFIX])
6234+
if test "$MACHDEP" = "os2knix"
6235+
then
6236+
EXT_SUFFIX=.pyd
6237+
else
62346238
EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
6239+
fi
62356240

62366241
AC_MSG_CHECKING([LDVERSION])
62376242
LDVERSION='$(VERSION)$(ABIFLAGS)'

0 commit comments

Comments
 (0)