Skip to content

Commit

Permalink
Merge pull request #441 from nevans/workaround-linker-script-so
Browse files Browse the repository at this point in the history
Workaround libncurses.so as a linker script
  • Loading branch information
hsbt committed May 24, 2022
2 parents a265141 + fd4bdb3 commit 4ccf128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/reline/terminfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def self.curses_dl_files
when /darwin/
%w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib]
else
%w[libncursesw.so libcursesw.so libncurses.so libcurses.so]
%w[libncursesw.so libcursesw.so libncurses.so libcurses.so
libncursesw.so.6 libncurses.so.6]
end
end

Expand Down

0 comments on commit 4ccf128

Please sign in to comment.