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 Aug 25, 2023
1 parent 1453f7b commit 5b37559
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 @@ -4803,7 +4803,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 5b37559

Please sign in to comment.