mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #10656: Merge AIX build fix from 3.6
This commit is contained in:
commit
a57890e5ec
6 changed files with 9 additions and 3 deletions
|
@ -70,6 +70,7 @@ if test ! -n "$*"; then
|
|||
fi
|
||||
|
||||
makexp=`dirname $0`/makexp_aix
|
||||
test -x "${makexp}" || makexp="@abs_srcdir@/makexp_aix"
|
||||
|
||||
# Check for existence of compiler.
|
||||
CC=$1; shift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue