update makefile to point to iPhoneOS5.0.sdk

This commit is contained in:
Joel Dice 2011-11-04 08:25:26 -06:00
parent 6153a5c83b
commit 4026ad208c

View File

@ -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)