support iOS SDK 6.1

This commit is contained in:
Joel Dice 2013-02-27 12:04:46 -07:00
parent 22ecf27aa5
commit 726cdb645b

View File

@ -567,7 +567,8 @@ ifeq ($(platform),darwin)
ifeq ($(arch),arm)
ios-version := \
$(shell if test -d $(sdk-dir)/iPhoneOS6.0.sdk; then echo 6.0; \
$(shell if test -d $(sdk-dir)/iPhoneOS6.1.sdk; then echo 6.1; \
elif test -d $(sdk-dir)/iPhoneOS6.0.sdk; then echo 6.0; \
elif test -d $(sdk-dir)/iPhoneOS5.1.sdk; then echo 5.1; \
elif test -d $(sdk-dir)/iPhoneOS5.0.sdk; then echo 5.0; \
elif test -d $(sdk-dir)/iPhoneOS4.3.sdk; then echo 4.3; \