From 2f02baaf90edb802242387d0ad844e5cb2c7240a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Fri, 10 Apr 2020 19:48:00 +0200 Subject: [PATCH] osxcross-macports: Add 10.15 target --- tools/osxcross-macports | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/osxcross-macports b/tools/osxcross-macports index 3b00685..00ac189 100755 --- a/tools/osxcross-macports +++ b/tools/osxcross-macports @@ -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