GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134349)

This commit is contained in:
Brandt Bucher 2025-05-20 12:32:26 -04:00 committed by GitHub
parent 6b73502313
commit 7ad90463df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 16 deletions

2
configure generated vendored
View file

@ -10863,7 +10863,7 @@ then :
else case e in #(
e) as_fn_append CFLAGS_NODIST " $jit_flags"
REGEN_JIT_COMMAND="\$(PYTHON_FOR_REGEN) \$(srcdir)/Tools/jit/build.py ${ARCH_TRIPLES:-$host}"
REGEN_JIT_COMMAND="\$(PYTHON_FOR_REGEN) \$(srcdir)/Tools/jit/build.py ${ARCH_TRIPLES:-$host} --output-dir . --pyconfig-dir ."
JIT_STENCILS_H="jit_stencils.h"
if test "x$Py_DEBUG" = xtrue
then :