From 4026ad208cf226da285b35b8f7060aa26f8ae4fa Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 4 Nov 2011 08:25:26 -0600 Subject: [PATCH] update makefile to point to iPhoneOS5.0.sdk --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1e7946dc24..af8e057347 100755 --- a/makefile +++ b/makefile @@ -319,7 +319,7 @@ ifeq ($(platform),darwin) converter-cflags += -DOPPOSITE_ENDIAN endif flags = -arch armv6 -isysroot \ - /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/ + /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/ openjdk-extra-cflags += $(flags) cflags += $(flags) asmflags += $(flags)