Skip to content

Commit 8e178ec

Browse files
committed
config.mak.uname: set FREAD_READS_DIRECTORIES for Darwin, too
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e2d90fd commit 8e178ec

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
@@ -110,6 +110,7 @@ ifeq ($(uname_S),Darwin)
110110
BASIC_CFLAGS += -DPRECOMPOSE_UNICODE
111111
BASIC_CFLAGS += -DPROTECT_HFS_DEFAULT=1
112112
HAVE_BSD_SYSCTL = YesPlease
113+
FREAD_READS_DIRECTORIES = UnfortunatelyYes
113114
endif
114115
ifeq ($(uname_S),SunOS)
115116
NEEDS_SOCKET = YesPlease

0 commit comments

Comments
 (0)