commit | 1775451793b4538e27047dfdb2feec4b46b766a9 | [log] [tgz] |
---|---|---|
author | hpa <hpa@bonde.sc.orionmulti.com> | Wed Sep 28 16:37:37 2005 -0700 |
committer | hpa <hpa@bonde.sc.orionmulti.com> | Wed Sep 28 16:37:37 2005 -0700 |
tree | 9898ffaac4dbe2379b2567f1cbc63ed04b6c864b | |
parent | d710b2655c72f37f3d065b2c8c93e022f596d460 [diff] |
Options to compile on Cygwin
diff --git a/Makefile b/Makefile index 9920467..55b06f2 100644 --- a/Makefile +++ b/Makefile
@@ -172,6 +172,10 @@ 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