Merge pull request #379 from jboekesteijn/osxcross-mapping

osxcross-macports: update macOS -> darwin mapping
This commit is contained in:
Thomas Pöchtrager 2023-05-26 16:03:14 +02:00 committed by GitHub
commit be69d3adfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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