mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
- Issue #17031: Fix running regen in cross builds.
This commit is contained in:
commit
90c8d06d68
5 changed files with 15 additions and 2 deletions
|
|
@ -50,6 +50,8 @@ AC_CONFIG_SRCDIR([Include/object.h])
|
|||
AC_CONFIG_HEADER(pyconfig.h)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
AC_SUBST(build)
|
||||
AC_SUBST(host)
|
||||
|
||||
if test "$cross_compiling" = yes; then
|
||||
AC_MSG_CHECKING([for python interpreter for cross build])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue