Skip to content

Commit 5105313

Browse files
committed
Revert "Merge pull request #441 from nevans/workaround-linker-script-so"
This reverts commit 4ccf128, reversing changes made to a265141.
1 parent 4347e4f commit 5105313

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/reline/terminfo.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def self.curses_dl_files
2424
when /darwin/
2525
%w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib]
2626
else
27-
%w[libncursesw.so libcursesw.so libncurses.so libcurses.so
28-
libncursesw.so.6 libncurses.so.6]
27+
%w[libncursesw.so libcursesw.so libncurses.so libcurses.so]
2928
end
3029
end
3130

0 commit comments

Comments
 (0)