Skip to content

Commit

Permalink
Lower macOS target to 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Feb 2, 2022
1 parent 2b2d68e commit 814bf90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-libssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -u
# SCRIPT DEFAULTS

# Default version in case no version is specified
DEFAULTVERSION="1.1.1l"
DEFAULTVERSION="1.1.1m"

# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
DEFAULTTARGETS=`cat <<TARGETS
Expand All @@ -38,8 +38,8 @@ TARGETS`
# Minimum iOS/tvOS SDK version to build for
IOS_MIN_SDK_VERSION="12.0"
MACOS_MIN_SDK_VERSION="10.15"
CATALYST_MIN_SDK_VERSION="10.15"
MACOS_MIN_SDK_VERSION="10.14"
CATALYST_MIN_SDK_VERSION="10.14"
WATCHOS_MIN_SDK_VERSION="4.0"
TVOS_MIN_SDK_VERSION="12.0"
Expand Down

0 comments on commit 814bf90

Please sign in to comment.