Skip to content

Commit

Permalink
Define PY3_DLLNAME to fix build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
2 people authored and lazka committed Jul 19, 2023
1 parent 35badf7 commit 7e6146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4799,7 +4799,7 @@ then
*-*-mingw*)
DYNLOADFILE="dynload_win.o"
extra_machdep_objs="$extra_machdep_objs PC/dl_nt.o"
CFLAGS_NODIST="$CFLAGS_NODIST -DMS_DLL_ID='\"$VERSION\"'"
CFLAGS_NODIST="$CFLAGS_NODIST -DMS_DLL_ID='\"$VERSION\"' -DPY3_DLLNAME='L\"$DLLLIBRARY\"'"
;;
esac
fi
Expand Down

0 comments on commit 7e6146f

Please sign in to comment.