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 () | |
tree | cd4bfdbc98e817825200d9c9842341bdc1ef9d3d /lib | |
parent | a80f5c536598157da83f8de8f328d03207801c43 (diff) |
[ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-script-so"
This reverts commit https://.com/ruby/reline/commit/4ccf128ffa18, reversing changes made to https://.com/ruby/reline/commit/a2651419e9a0. https://.com/ruby/reline/commit/51053138a4
-rw-r--r-- | lib/reline/terminfo.rb | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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] end end |