mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
2
configure
vendored
2
configure
vendored
|
|
@ -2926,6 +2926,8 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
if test "$cross_compiling" = yes; then
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for python interpreter for cross build" >&5
|
||||
$as_echo_n "checking for python interpreter for cross build... " >&6; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue