mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
previous patch needs patch from issue #14330
set cross_compiling = False for now.
This commit is contained in:
parent
fe39bd12f8
commit
e344eca3ff
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -596,6 +596,8 @@ class PyBuildExt(build_ext):
|
||||||
os.makedirs(self.build_temp)
|
os.makedirs(self.build_temp)
|
||||||
# Determine if readline is already linked against curses or tinfo.
|
# Determine if readline is already linked against curses or tinfo.
|
||||||
if do_readline:
|
if do_readline:
|
||||||
|
# FIXME: needs patch from issue #14330
|
||||||
|
cross_compiling = False
|
||||||
if cross_compiling:
|
if cross_compiling:
|
||||||
ret = os.system("%s -d %s | grep '(NEEDED)' > %s" \
|
ret = os.system("%s -d %s | grep '(NEEDED)' > %s" \
|
||||||
% (sysconfig.get_config_var('READELF'),
|
% (sysconfig.get_config_var('READELF'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue