зеркало из https://github.com/microsoft/git.git
Options to compile on Cygwin
This commit is contained in:
Родитель
d710b2655c
Коммит
1775451793
4
Makefile
4
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче