basic target for 12,13,14

this is not a full solution, but it would make life easier for the people trying to hack on this and get it working better.
This commit is contained in:
don bright 2018-08-20 18:56:37 -05:00 committed by GitHub
parent c47ff0aeed
commit d90a0743ac
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