mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
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:
parent
93fedd0fff
commit
a81819914d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ BUILD_PLUGINS="all"
|
||||||
INSTALL_PREFIX="/usr/local"
|
INSTALL_PREFIX="/usr/local"
|
||||||
ORIG_BRANCH=""
|
ORIG_BRANCH=""
|
||||||
ORIG_CWD="$(pwd)"
|
ORIG_CWD="$(pwd)"
|
||||||
MACOSX_DEPLOYMENT_TARGET=10.13
|
MACOSX_DEPLOYMENT_TARGET=10.15
|
||||||
TIMESTAMP_SERVER="http://timestamp.sectigo.com"
|
TIMESTAMP_SERVER="http://timestamp.sectigo.com"
|
||||||
|
|
||||||
# -----------------------------------------------------------------------
|
# -----------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue