Skip to content
Snippets Groups Projects
Commit e89116c1 authored by deuce's avatar deuce
Browse files

Apparently we need libtinfow for keypad() on some Linux distros that Cyan runs.

parent 2bc6525a
Branches
Tags
No related merge requests found
#ifeq ($(os),sunos)
# CIOLIB-MT_LIBS += $(UL_PRE)curses$(UL_SUF)
#else
# CIOLIB-MT_LIBS += $(UL_PRE)ncursesw$(UL_SUF)
# CIOLIB-MT_LIBS += $(UL_PRE)ncursesw$(UL_SUF) $(UL_PRE)tinfow$(UL_SUF)
#endif
# OSs with vasprintf...
......@@ -29,9 +29,9 @@ ifneq ($(os),win32)
CIOLIB-MT_LIBS += $(UL_PRE)curses$(UL_SUF)
else
ifeq ($(os),darwin)
CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF)
CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF) $(UL_PRE)tinfow$(UL_SUF)
else
CIOLIB-MT_LIBS += $(UL_PRE)ncursesw$(UL_SUF)
CIOLIB-MT_LIBS += $(UL_PRE)ncursesw$(UL_SUF) $(UL_PRE)tinfow$(UL_SUF)
endif
endif
ifndef NO_X
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment