Files
mruby-mruby/mrbgems
Marcelo Juchem a6eb3e5c27 fix ncurses linking issues
The build configuration for `mruby` assumes only the `ncurses` library
needs to be linked because `tinfo` is implicitly pulled in.

In environments where ncurses is available only as a static library,
`tinfo` needs to be linked explicitly (needed for functions like
`tputs`.

This patch fixes that by linking `tinfo` if available.

It also fixes the build for environments where only the `ncursesw`
version of the library (including wide character support) is present,
while still giving preference to the `ncurses` version (without wide
character support).
2024-08-22 14:11:48 -05:00
..
2024-07-13 00:21:53 +10:00
2024-08-22 14:11:48 -05:00
2024-07-13 00:21:53 +10:00
2023-05-22 12:05:35 +09:00
2022-11-19 17:11:56 +09:00
2020-12-21 21:48:50 +09:00