mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134349)
This commit is contained in:
parent
6b73502313
commit
7ad90463df
5 changed files with 28 additions and 16 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
@ -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 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue