diff options
author | st0012 <[email protected]> | 2022-06-13 09:17:38 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-06-13 19:33:15 +0900 |
commit | b1397e96dacfed3dec3fb962e3b3ee9032ac137f (patch) | |
tree | cd4bfdbc98e817825200d9c9842341bdc1ef9d3d | |
parent | a80f5c536598157da83f8de8f328d03207801c43 (diff) |
[ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-script-so"
This reverts commit https://github.com/ruby/reline/commit/4ccf128ffa18, reversing
changes made to https://github.com/ruby/reline/commit/a2651419e9a0.
https://github.com/ruby/reline/commit/51053138a4
-rw-r--r-- | lib/reline/terminfo.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/reline/terminfo.rb b/lib/reline/terminfo.rb index 6cd78f5660..f53642b919 100644 --- a/lib/reline/terminfo.rb +++ b/lib/reline/terminfo.rb @@ -24,8 +24,7 @@ module Reline::Terminfo when /darwin/ %w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib] else - %w[libncursesw.so libcursesw.so libncurses.so libcurses.so - libncursesw.so.6 libncurses.so.6] + %w[libncursesw.so libcursesw.so libncurses.so libcurses.so] end end |