mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
add sdk 8.3 support
This commit is contained in:
parent
4bacddb20a
commit
b950d8eea8
3
makefile
3
makefile
@ -769,7 +769,8 @@ ifeq ($(kernel),darwin)
|
||||
sdk-dir = $(platform-dir)/Developer/SDKs
|
||||
|
||||
ios-version := $(shell \
|
||||
if test -d $(sdk-dir)/$(target)8.2.sdk; then echo 8.2; \
|
||||
if test -d $(sdk-dir)/$(target)8.3.sdk; then echo 8.3; \
|
||||
elif test -d $(sdk-dir)/$(target)8.2.sdk; then echo 8.2; \
|
||||
elif test -d $(sdk-dir)/$(target)8.1.sdk; then echo 8.1; \
|
||||
elif test -d $(sdk-dir)/$(target)8.0.sdk; then echo 8.0; \
|
||||
elif test -d $(sdk-dir)/$(target)7.1.sdk; then echo 7.1; \
|
||||
|
Loading…
Reference in New Issue
Block a user