Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"
This reverts commit 01fbe7bf37.
__DARWIN_64_BIT_INO_T is a no-op in most cases and might be actively harmful in
some others.
This commit is contained in:
parent
fadfd0f5b2
commit
ec37d05d66
@ -50,7 +50,6 @@ endif
|
||||
ifeq (Darwin,$(uname_S))
|
||||
EV_CONFIG=config_darwin.h
|
||||
EIO_CONFIG=config_darwin.h
|
||||
CPPFLAGS += -D__DARWIN_64_BIT_INO_T=1
|
||||
CPPFLAGS += -Isrc/ares/config_darwin
|
||||
LINKFLAGS+=-framework CoreServices
|
||||
OBJS += src/unix/darwin.o
|
||||
|
||||
Loading…
Reference in New Issue
Block a user