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.
2 parents dc733ef + 035b76b commit c206224Copy full SHA for c206224
Makefile
@@ -787,6 +787,8 @@ ifeq ($(uname_O),Cygwin)
787
NO_MMAP = YesPlease
788
NO_IPV6 = YesPlease
789
X = .exe
790
+ COMPAT_OBJS += compat/cygwin.o
791
+ UNRELIABLE_FSTAT = UnfortunatelyYes
792
endif
793
ifeq ($(uname_S),FreeBSD)
794
NEEDS_LIBICONV = YesPlease
@@ -896,10 +898,6 @@ ifeq ($(uname_S),HP-UX)
896
898
NO_SYS_SELECT_H = YesPlease
897
899
SNPRINTF_RETURNS_BOGUS = YesPlease
900
-ifneq (,$(findstring CYGWIN,$(uname_S)))
- COMPAT_OBJS += compat/cygwin.o
901
- UNRELIABLE_FSTAT = UnfortunatelyYes
902
-endif
903
ifdef MSVC
904
GIT_VERSION := $(GIT_VERSION).MSVC
905
pathsep = ;
0 commit comments