mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Merge pull request #321 from crazy-max/macports-12
osxcross-macports: 12 target
This commit is contained in:
commit
062922bbb8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user