osxcross-macports: 12 target

This commit is contained in:
CrazyMax 2021-12-31 18:13:27 +01:00
parent d904031e7e
commit aee7305d8b
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -81,7 +81,8 @@ case $MACOSX_DEPLOYMENT_TARGET in
10.14* ) OSXVERSION="darwin_18" ;;
10.15* ) OSXVERSION="darwin_19" ;;
10.16* ) OSXVERSION="darwin_20" ;;
11.* ) OSXVERSION="darwin_20" ;;
11.* ) OSXVERSION="darwin_21" ;;
12.* ) OSXVERSION="darwin_21" ;;
* ) unsupportedDepTarget ;;
esac