cReddit icon indicating copy to clipboard operation
cReddit copied to clipboard

Doesn't build without modification on systems with ncursesw as default ncurses

Open qguv opened this issue 7 years ago • 0 comments

82f3638458ddd5a0fbafcb761e7eca4abe19171d breaks the build on modern systems that use ncursesw as the default ncurses. Rather than force a definition of CREDDIT_USE_NCURSESW on non-mac systems, it would be nice it were left for the user to define (or not) when running make. Alternatively, creddit.mk could detect whether an ncursesw/ directory exists in any includes dir. Unfortunately I don't know enough mk to make this change myself.

qguv avatar Jun 09 '18 14:06 qguv