Skip to content

Commit 8b99641

Browse files
committed
fix
1 parent 14611d7 commit 8b99641

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.mak.uname

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ ifeq ($(uname_S),Darwin)
138138
ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -ge 20 && echo 1),1)
139139
OPEN_RETURNS_EINTR = UnfortunatelyYes
140140
endif
141+
ifeq ($(shell echo __ENVIRONMENT_OS_VERSION_MIN_REQUIRED__ | $(CC) -E - | tail -1),__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__)
142+
BASIC_CFLAGS += -D__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__=140000
143+
endif
141144
NO_MEMMEM = YesPlease
142145
USE_ST_TIMESPEC = YesPlease
143146
HAVE_DEV_TTY = YesPlease

0 commit comments

Comments
 (0)