Skip to content

Commit

Permalink
Options to compile on Cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
hpa committed Sep 28, 2005
1 parent d710b26 commit 1775451
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1775451

Please sign in to comment.