Cotix / cReddit

CLI Reddit client written in C. Oh, crossplatform too!
Other
96 stars 14 forks source link

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

Open qguv opened 6 years ago

qguv commented 6 years ago

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.