Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround libncurses.so as a linker script
This maybe isn't probably isn't the best approach, but it will allow `Fiddle::Terminfo.curses_dl` to work. I documented more details about this in an issue on fiddle: ruby/fiddle#107 It is probably better to deal with it there. But this is workaround is simpler. FYI: `reline` itself seems to be working just fine for me _without_ loading ncurses. But I wanted to be able to use `Reline::Terminfo` for my own projects. :)
- Loading branch information