X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=src%2FMakefile;h=8b75f8f8e4d9c07d46b858d3b6b3ed240dde5874;hp=fd31fd8691ba36242c6de85f5b04378181937398;hb=d8422e5afe7b7637f8412f3d27969a52d2a7f014;hpb=faaa6a40adb643fa62ab355b3ab617af1e454fed diff --git a/src/Makefile b/src/Makefile index fd31fd8..8b75f8f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -33,6 +33,8 @@ endif ifeq ($(OS),Windows_NT) ifeq (,$(findstring CYGWIN,$(UNAME_S))) CPPFLAGS += -DWIN32 + else + CPPFLAGS += -DCYGWIN endif endif