fixed Makefile for cygwin build after #23
authorMichael Göhler <somebody.here@gmx.de>
Mon, 22 Sep 2014 09:14:22 +0000 (11:14 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Mon, 22 Sep 2014 09:14:22 +0000 (11:14 +0200)
Makefile

index f0cf1ec..46ed432 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,11 +25,13 @@ CFLAGS  := -O0 -Wall -g
 LDFLAGS :=
 endif
 
+OSTYPE  := $(shell uname -o)
+CURSES   = ncursesw
 ifeq (Windows_NT, $(OS))
-CURSES   = pdcurses
+ifneq (Cygwin, $(OSTYPE))
+CURSES  := pdcurses
 CFLAGS  += -DWIN32=1
-else
-CURSES   = ncursesw
+endif
 endif
 
 LDFLAGS  = -s