We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d553b commit 035b76bCopy full SHA for 035b76b
Makefile
@@ -782,6 +782,8 @@ ifeq ($(uname_O),Cygwin)
782
NO_MMAP = YesPlease
783
NO_IPV6 = YesPlease
784
X = .exe
785
+ COMPAT_OBJS += compat/cygwin.o
786
+ UNRELIABLE_FSTAT = UnfortunatelyYes
787
endif
788
ifeq ($(uname_S),FreeBSD)
789
NEEDS_LIBICONV = YesPlease
@@ -891,10 +893,6 @@ ifeq ($(uname_S),HP-UX)
891
893
NO_SYS_SELECT_H = YesPlease
892
894
SNPRINTF_RETURNS_BOGUS = YesPlease
895
-ifneq (,$(findstring CYGWIN,$(uname_S)))
- COMPAT_OBJS += compat/cygwin.o
896
- UNRELIABLE_FSTAT = UnfortunatelyYes
897
-endif
898
ifdef MSVC
899
GIT_VERSION := $(GIT_VERSION).MSVC
900
pathsep = ;
0 commit comments