X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2FMakefile;h=8b75f8f8e4d9c07d46b858d3b6b3ed240dde5874;hb=d8422e5afe7b7637f8412f3d27969a52d2a7f014;hp=333ed8d1f972c56eb5c982ac521495093a7d8e07;hpb=8db3a632678fe8b300cee54191dba4ffc4239838;p=smdp.git diff --git a/src/Makefile b/src/Makefile index 333ed8d..8b75f8f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,12 +33,14 @@ endif ifeq ($(OS),Windows_NT) ifeq (,$(findstring CYGWIN,$(UNAME_S))) CPPFLAGS += -DWIN32 + else + CPPFLAGS += -DCYGWIN endif endif ifeq ($(UNAME_S),Linux) LSB_RELEASE := $(shell lsb_release -si 2>/dev/null || echo not) - ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint),) + ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint CrunchBang),) CPPFLAGS += -I/usr/include/ncursesw endif endif