summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d710b26)
raw | patch | inline | side by side (parent: d710b26)
author | hpa <hpa@bonde.sc.orionmulti.com> | |
Wed, 28 Sep 2005 23:37:37 +0000 (16:37 -0700) | ||
committer | hpa <hpa@bonde.sc.orionmulti.com> | |
Wed, 28 Sep 2005 23:37:37 +0000 (16:37 -0700) |
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 9920467d9060a434e96a38136bf3caf56c19ca8d..55b06f276b519522c8049f9eb946ae683e536abe 100644 (file)
--- a/Makefile
+++ b/Makefile
TAR = gtar
PLATFORM_DEFINES += -D__EXTENSIONS__
endif
+ifeq ($(shell uname -o),Cygwin)
+ NO_STRCASESTR = YesPlease
+ NEEDS_LIBICONV = YesPlease
+endif
ifneq (,$(findstring arm,$(shell uname -m)))
ARM_SHA1 = YesPlease
endif