Skip to content

Commit c93a2ce

Browse files
Define PY3_DLLNAME to fix build
PY3_DLLNAME is used in Python/pathconfig.c but isn't defined. I guess it is useless but it will fix the build. Co-authored-by: jeremyd2019 <[email protected]>
1 parent be93765 commit c93a2ce

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
@@ -4799,7 +4799,7 @@ then
47994799
*-*-mingw*)
48004800
DYNLOADFILE="dynload_win.o"
48014801
extra_machdep_objs="$extra_machdep_objs PC/dl_nt.o"
4802-
CFLAGS_NODIST="$CFLAGS_NODIST -DMS_DLL_ID='\"$VERSION\"'"
4802+
CFLAGS_NODIST="$CFLAGS_NODIST -DMS_DLL_ID='\"$VERSION\"' -DPY3_DLLNAME='L\"$DLLLIBRARY\"'"
48034803
;;
48044804
esac
48054805
fi

0 commit comments

Comments
 (0)