mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 18:29:28 -05:00
do not check for a specific Cygwin version, rather check the operating system name directly, thanks AndyI
SVN-Revision: 17394
This commit is contained in:
@@ -12,8 +12,7 @@ LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
|
||||
OS := $(shell uname -s)
|
||||
ifeq ($(strip $(OS)),OpenBSD)
|
||||
LIBS := -lncurses
|
||||
endif
|
||||
ifeq ($(strip $(OS)),CYGWIN_NT-5.1)
|
||||
ifeq ($(shell uname -o),Cygwin)
|
||||
LIBS := -lncurses
|
||||
endif
|
||||
always := $(hostprogs-y) dochecklxdialog
|
||||
|
||||
Reference in New Issue
Block a user