mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
add OSX 10.10 and 10.11 to SDK search list
This commit is contained in:
parent
e169d683c4
commit
10eecce9cf
4
makefile
4
makefile
@ -736,7 +736,9 @@ ifeq ($(kernel),darwin)
|
||||
sdk-dir = $(platform-dir)/Developer/SDKs
|
||||
|
||||
mac-version := $(shell \
|
||||
if test -d $(sdk-dir)/MacOSX10.9.sdk; then echo 10.9; \
|
||||
if test -d $(sdk-dir)/MacOSX10.11.sdk; then echo 10.11; \
|
||||
elif test -d $(sdk-dir)/MacOSX10.10.sdk; then echo 10.10; \
|
||||
elif test -d $(sdk-dir)/MacOSX10.9.sdk; then echo 10.9; \
|
||||
elif test -d $(sdk-dir)/MacOSX10.8.sdk; then echo 10.8; \
|
||||
elif test -d $(sdk-dir)/MacOSX10.7.sdk; then echo 10.7; \
|
||||
elif test -d $(sdk-dir)/MacOSX10.6.sdk; then echo 10.6; \
|
||||
|
Loading…
Reference in New Issue
Block a user