Merge pull request #159 from donbright/patch-2

basic target for 12,13,14
This commit is contained in:
Thomas Pöchtrager 2018-08-25 10:07:57 +02:00 committed by GitHub
commit 230e60ff2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,10 @@ case $SDK_VERSION in
10.9*) TARGET=darwin13; X86_64H_SUPPORTED=1; ;;
10.10*) TARGET=darwin14; X86_64H_SUPPORTED=1; ;;
10.11*) TARGET=darwin15; X86_64H_SUPPORTED=1; ;;
*) echo "Invalid SDK Version" && exit 1 ;;
10.12*) TARGET=darwin16; X86_64H_SUPPORTED=1; ;;
10.13*) TARGET=darwin17; X86_64H_SUPPORTED=1; ;;
10.14*) TARGET=darwin18; X86_64H_SUPPORTED=1; ;;
*) echo "Invalid SDK Version" && exit 1 ;;
esac
export TARGET