1
0
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:
florian 2009-04-10 10:08:47 +00:00
parent c8a61e1e0b
commit ebedc461f4

View File

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