We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2d68e commit 814bf90Copy full SHA for 814bf90
build-libssl.sh
@@ -25,7 +25,7 @@ set -u
25
# SCRIPT DEFAULTS
26
27
# Default version in case no version is specified
28
-DEFAULTVERSION="1.1.1l"
+DEFAULTVERSION="1.1.1m"
29
30
# Default (=full) set of targets (OpenSSL >= 1.1.1) to build
31
DEFAULTTARGETS=`cat <<TARGETS
@@ -38,8 +38,8 @@ TARGETS`
38
39
# Minimum iOS/tvOS SDK version to build for
40
IOS_MIN_SDK_VERSION="12.0"
41
-MACOS_MIN_SDK_VERSION="10.15"
42
-CATALYST_MIN_SDK_VERSION="10.15"
+MACOS_MIN_SDK_VERSION="10.14"
+CATALYST_MIN_SDK_VERSION="10.14"
43
WATCHOS_MIN_SDK_VERSION="4.0"
44
TVOS_MIN_SDK_VERSION="12.0"
45
0 commit comments