Skip to content

Commit a5956d6

Browse files
ramsay-jonesgitster
authored andcommitted
config.mak.uname: set FREAD_READS_DIRECTORIES for cygwin
Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 981adb9 commit a5956d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ ifeq ($(uname_O),Cygwin)
185185
SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
186186
OBJECT_CREATION_USES_RENAMES = UnfortunatelyNeedsTo
187187
COMPAT_OBJS += compat/cygwin.o
188+
FREAD_READS_DIRECTORIES = UnfortunatelyYes
188189
endif
189190
ifeq ($(uname_S),FreeBSD)
190191
NEEDS_LIBICONV = YesPlease

0 commit comments

Comments
 (0)