Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e344eca

Browse files
committed
previous patch needs patch from issue #14330
set cross_compiling = False for now.
1 parent fe39bd1 commit e344eca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,8 @@ def detect_modules(self):
596596
os.makedirs(self.build_temp)
597597
# Determine if readline is already linked against curses or tinfo.
598598
if do_readline:
599+
# FIXME: needs patch from issue #14330
600+
cross_compiling = False
599601
if cross_compiling:
600602
ret = os.system("%s -d %s | grep '(NEEDED)' > %s" \
601603
% (sysconfig.get_config_var('READELF'),

0 commit comments

Comments
 (0)