mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 10:46:41 +00:00
cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully
SVN-Revision: 15183
This commit is contained in:
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…
Reference in New Issue
Block a user