Skip to content

Commit 814bf90

Browse files
committed
Lower macOS target to 10.14
1 parent 2b2d68e commit 814bf90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-libssl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -u
2525
# SCRIPT DEFAULTS
2626

2727
# Default version in case no version is specified
28-
DEFAULTVERSION="1.1.1l"
28+
DEFAULTVERSION="1.1.1m"
2929

3030
# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
3131
DEFAULTTARGETS=`cat <<TARGETS
@@ -38,8 +38,8 @@ TARGETS`
3838
3939
# Minimum iOS/tvOS SDK version to build for
4040
IOS_MIN_SDK_VERSION="12.0"
41-
MACOS_MIN_SDK_VERSION="10.15"
42-
CATALYST_MIN_SDK_VERSION="10.15"
41+
MACOS_MIN_SDK_VERSION="10.14"
42+
CATALYST_MIN_SDK_VERSION="10.14"
4343
WATCHOS_MIN_SDK_VERSION="4.0"
4444
TVOS_MIN_SDK_VERSION="12.0"
4545

0 commit comments

Comments
 (0)