mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
f1b5cb7e5d
commit
1c9cb9da8f
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ module Reline::Terminfo
|
|||
when /mingw/, /mswin/
|
||||
# aren't supported
|
||||
[]
|
||||
when /cygwin/
|
||||
%w[cygncursesw-10.dll cygncurses-10.dll]
|
||||
when /darwin/
|
||||
%w[libncursesw.dylib libcursesw.dylib libncurses.dylib libcurses.dylib]
|
||||
else
|
||||
%w[libncursesw.so libcursesw.so libncurses.so libcurses.so]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue