From 1775451793b4538e27047dfdb2feec4b46b766a9 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 28 Sep 2005 16:37:37 -0700 Subject: [PATCH] Options to compile on Cygwin --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 9920467d9..55b06f276 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 -- 2.30.2