cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully

SVN-Revision: 15183
v19.07.3_mercusys_ac12_duma
Florian Fainelli 15 years ago
parent e2f8f72041
commit 9c470b63b3

@ -13,8 +13,9 @@ OS := $(shell uname -s)
ifeq ($(strip $(OS)),OpenBSD)
LIBS := -lncurses
endif
ifeq ($(strip $(OS)),CYGWIN_NT-5.1)
LIBS := -lncurses
endif
always := $(hostprogs-y) dochecklxdialog
%.o: %.c

Loading…
Cancel
Save