Make config.mk for tinfo and ncurses separation possible.
parent
7f4f527303
commit
784da2eb63
|
@ -9,6 +9,8 @@ MANPREFIX = ${PREFIX}/share/man
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
LIBS = -lncursesw
|
LIBS = -lncursesw
|
||||||
|
# Gentoo
|
||||||
|
#LIBS = -lncursesw -ltinfow
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
|
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os
|
||||||
|
|
Loading…
Reference in New Issue