Skip to content

Commit

Permalink
disable readline
Browse files Browse the repository at this point in the history
Co-authored-by: Алексей <[email protected]>
  • Loading branch information
lazka and Alexpux committed Jul 19, 2023
1 parent 24a09da commit 6fbf512
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,8 @@ def detect_readline_curses(self):
# readline package
if find_file('readline/rlconf.h', self.inc_dirs, []) is None:
do_readline = False
if MS_WINDOWS:
do_readline = False
if do_readline:
readline_libs = [readline_lib]
if readline_termcap_library:
Expand Down

0 comments on commit 6fbf512

Please sign in to comment.