Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe39bd1 commit e344ecaCopy full SHA for e344eca
1 file changed
setup.py
@@ -596,6 +596,8 @@ def detect_modules(self):
596
os.makedirs(self.build_temp)
597
# Determine if readline is already linked against curses or tinfo.
598
if do_readline:
599
+ # FIXME: needs patch from issue #14330
600
+ cross_compiling = False
601
if cross_compiling:
602
ret = os.system("%s -d %s | grep '(NEEDED)' > %s" \
603
% (sysconfig.get_config_var('READELF'),
0 commit comments