mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
support iOS SDK 6.1
This commit is contained in:
parent
22ecf27aa5
commit
726cdb645b
3
makefile
3
makefile
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user