mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
osxcross-macports: Add 10.15 target
This commit is contained in:
parent
4d46f4bbf2
commit
2f02baaf90
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user