mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
[scripts] cygwin also needs to be passed LIBS=-lncurses to link lxdialog successfully
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c8a61e1e0b
commit
ebedc461f4
@ -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