From acac41a910d52c74355d618d3677a740415b2d49 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Dec 2014 18:30:17 +0100 Subject: [PATCH] iOS - set HAVE_POSIX_MEMALIGN and -marm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5e94b2..e117520 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ else ifeq ($(platform), ios) endif CC = clang -arch armv7 -isysroot $(IOSSDK) - CFLAGS += -DIOS -DHAVE_MMAP + CFLAGS += -DIOS -DHAVE_MMAP -DHAVE_POSIX_MEMALIGN -marm OSXVER = `sw_vers -productVersion | cut -d. -f 2` OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"` ifeq ($(OSX_LT_MAVERICKS),"YES")