Options to compile on Cygwin
This commit is contained in:
4
Makefile
4
Makefile
@ -172,6 +172,10 @@ ifeq ($(shell uname -s),SunOS)
|
|||||||
TAR = gtar
|
TAR = gtar
|
||||||
PLATFORM_DEFINES += -D__EXTENSIONS__
|
PLATFORM_DEFINES += -D__EXTENSIONS__
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(shell uname -o),Cygwin)
|
||||||
|
NO_STRCASESTR = YesPlease
|
||||||
|
NEEDS_LIBICONV = YesPlease
|
||||||
|
endif
|
||||||
ifneq (,$(findstring arm,$(shell uname -m)))
|
ifneq (,$(findstring arm,$(shell uname -m)))
|
||||||
ARM_SHA1 = YesPlease
|
ARM_SHA1 = YesPlease
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user