Options to compile on Cygwin

This commit is contained in:
hpa 2005-09-28 16:37:37 -07:00
parent d710b2655c
commit 1775451793

View file

@ -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