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

Use -lncurses everywhere... can't think of a reason to support non-ncurses

anymore.
parent 12b24cf5
No related branches found
No related tags found
No related merge requests found
......@@ -65,11 +65,12 @@ else
endif
endif
ifeq ($(os),sunos)
CIOLIB-MT_LIBS += $(UL_PRE)curses$(UL_SUF)
else
CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF)
endif
#ifeq ($(os),sunos)
# CIOLIB-MT_LIBS += $(UL_PRE)curses$(UL_SUF)
#else
# CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF)
#endif
CIOLIB-MT_LIBS += $(UL_PRE)ncurses$(UL_SUF)
ifndef NO_X
ifdef STATIC
CIOLIB-MT_LIBS += -L$(X_PATH)$(DIRSEP)lib -lX11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment