diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -15,6 +15,7 @@ ifeq ($(uname_S),SunOS)    STLIBNAME?=libhiredis.a    STLIB_MAKE_CMD?=ar rcs ${STLIBNAME} ${OBJ}  else ifeq ($(uname_S),Darwin) +  ARCH?= -arch i386 -arch x86_64    CFLAGS?= -std=c99 -pedantic $(OPTIMIZATION) -fPIC -Wall -W -Wwrite-strings $(ARCH) $(PROF)    CCLINK?= -lm -pthread    DYLIBNAME?=libhiredis.dylib | 
