Skip to content

Commit

Permalink
Add -ltinfo option and ncursesw include path
Browse files Browse the repository at this point in the history
  • Loading branch information
uberhacker committed Nov 24, 2022
1 parent 7bcf43f commit ad9034c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ MANPREFIX = ${PREFIX}/share/man
# leave empty to install into your home folder
TERMINFO := ${DESTDIR}${PREFIX}/share/terminfo

INCS = -I.
LIBS = -lc -lutil -lncursesw
INCS = -I. -I${PREFIX}/include/ncursesw
LIBS = -lc -lutil -lncursesw -ltinfo
CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_XOPEN_SOURCE_EXTENDED
CFLAGS += -std=c99 ${INCS} -DNDEBUG ${CPPFLAGS}

Expand Down

0 comments on commit ad9034c

Please sign in to comment.