osxcross-macports: Add 10.15 target

This commit is contained in:
Thomas Pöchtrager 2020-04-10 19:48:00 +02:00
parent 4d46f4bbf2
commit 2f02baaf90

View File

@ -79,6 +79,7 @@ case $MACOSX_DEPLOYMENT_TARGET in
10.12* ) OSXVERSION="darwin_16" ;;
10.13* ) OSXVERSION="darwin_17" ;;
10.14* ) OSXVERSION="darwin_18" ;;
10.15* ) OSXVERSION="darwin_19" ;;
* ) unsupportedDepTarget ;;
esac