[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
This commit is contained in:
st0012 2022-06-13 09:17:38 +01:00 committed by git
parent a80f5c5365
commit b1397e96da
1 changed files with 1 additions and 2 deletions

View File

@ -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