summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar hpa <hpa@bonde.sc.orionmulti.com>2005-09-28 16:37:37 -0700
committerLibravatar hpa <hpa@bonde.sc.orionmulti.com>2005-09-28 16:37:37 -0700
commit1775451793b4538e27047dfdb2feec4b46b766a9 (patch)
tree9898ffaac4dbe2379b2567f1cbc63ed04b6c864b /Makefile
parentMerge master.kernel.org:/home/hpa/git/daemon (diff)
downloadtgif-1775451793b4538e27047dfdb2feec4b46b766a9.tar.xz
Options to compile on Cygwin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9920467d90..55b06f276b 100644
--- a/Makefile
+++ b/Makefile
@@ -172,6 +172,10 @@ ifeq ($(shell uname -s),SunOS)
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