andmarti1424 / sc-im

sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Other
4.77k stars 201 forks source link

Modifies Makefile to work with brew's ncurses on macOS #880

Closed cskeeters closed 1 month ago

cskeeters commented 1 month ago

This resolves #767, but only for macOS.

The ncurses brew package installs a pkg-config file for ncursesw, so it works properly when there is no special case for Darwin in terms of setting CFLAGS and LDLIBS.

andmarti1424 commented 1 month ago

Thank you!