toolchain: get rid of libc implementation symbol overloading
[librecmc/librecmc.git] / scripts / config / lxdialog / Makefile
index aed08e0170e987e00ce73c655fa92a0634a28f9f..bdafde0c021ac44cf0d37f43a268749409c7ae4a 100644 (file)
@@ -13,8 +13,9 @@ OS := $(shell uname -s)
 ifeq ($(strip $(OS)),OpenBSD)
 LIBS := -lncurses
 endif
-
-
+ifeq ($(shell uname -o),Cygwin)
+LIBS := -lncurses
+endif
 always         := $(hostprogs-y) dochecklxdialog
 
 %.o: %.c