File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ endif
1111# ===== Versioning ==============================================================
1212
1313# # OpenSSL version to build
14- VERSION ?= 1.1.1u
14+ VERSION ?= 1.1.1v
1515
1616# # Extra version of the distributed package
1717PACKAGE_VERSION ?= 1
1818export PACKAGE_VERSION
1919
20- MIN_IOS_SDK = 10 .0
21- MIN_OSX_SDK = 10.11
20+ MIN_IOS_SDK = 11 .0
21+ MIN_OSX_SDK = 10.13
2222export MIN_IOS_SDK MIN_OSX_SDK
2323
24- BUILD_TARGETS += ios-sim-cross-i386 ios-sim-cross- x86_64
25- BUILD_TARGETS += ios64-cross-arm64 ios-cross-armv7s ios-cross-armv7
24+ BUILD_TARGETS += ios-sim-cross-x86_64
25+ BUILD_TARGETS += ios64-cross-arm64
2626BUILD_TARGETS += macos64-x86_64
2727
2828# Automatically enable Apple Silicon support if running with Xcode 12.2+
You can’t perform that action at this time.
0 commit comments