[imagebuilder]
[openwrt.git] / scripts / config / lxdialog / Makefile
index 3758637..bdafde0 100644 (file)
@@ -13,7 +13,7 @@ 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
This page took 0.01888 seconds and 4 git commands to generate.