Merge pull request #321 from crazy-max/macports-12

osxcross-macports: 12 target
This commit is contained in:
Thomas Pöchtrager 2022-01-01 19:09:16 +01:00 committed by GitHub
commit 062922bbb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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