File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5696,14 +5696,14 @@ AC_SUBST(SOABI)
5696
5696
AC_MSG_CHECKING ( ABIFLAGS )
5697
5697
AC_MSG_RESULT ( $ABIFLAGS )
5698
5698
AC_MSG_CHECKING ( SOABI )
5699
- SOABI='cpython -'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
5699
+ SOABI='nuitkapython -'`echo $VERSION | tr -d .`${ABIFLAGS}${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
5700
5700
AC_MSG_RESULT ( $SOABI )
5701
5701
5702
5702
# Release and debug (Py_DEBUG) ABI are compatible, but not Py_TRACE_REFS ABI
5703
5703
if test "$Py_DEBUG" = 'true' -a "$with_trace_refs" != "yes"; then
5704
5704
# Similar to SOABI but remove "d" flag from ABIFLAGS
5705
5705
AC_SUBST ( ALT_SOABI )
5706
- ALT_SOABI='cpython -'`echo $VERSION | tr -d .``echo $ABIFLAGS | tr -d d`${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
5706
+ ALT_SOABI='nuitkapython -'`echo $VERSION | tr -d .``echo $ABIFLAGS | tr -d d`${PLATFORM_TRIPLET:+-$PLATFORM_TRIPLET}
5707
5707
AC_DEFINE_UNQUOTED ( ALT_SOABI , "${ALT_SOABI}" ,
5708
5708
[ Alternative SOABI used in debug build to load C extensions built in release mode] )
5709
5709
fi
You can’t perform that action at this time.
0 commit comments