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

SVN-Revision: 15183
master
Florian Fainelli 15 years ago
parent e2f8f72041
commit 9c470b63b3
  1. 5
      scripts/config/lxdialog/Makefile

@ -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