Update minimum macOS deployment target to 10.15

Fixes compilation warnings about some macOS APIs not being available in 10.13.
This commit is contained in:
Janek Bevendorff 2022-10-23 12:26:47 +02:00
parent 2ac1e0ed49
commit acf1d6b1ac
No known key found for this signature in database
GPG Key ID: 2885A26445BD33D1

View File

@ -51,7 +51,7 @@ BUILD_PLUGINS="all"
INSTALL_PREFIX="/usr/local"
ORIG_BRANCH=""
ORIG_CWD="$(pwd)"
MACOSX_DEPLOYMENT_TARGET=10.13
MACOSX_DEPLOYMENT_TARGET=10.15
TIMESTAMP_SERVER="http://timestamp.sectigo.com"
# -----------------------------------------------------------------------