Skip to content

Commit a5ffe8e

Browse files
committed
set minimal versions and remove 32-bit platforms in Makefile
1 parent a34cfaa commit a5ffe8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1717
PACKAGE_VERSION ?= 1
1818
export 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
2222
export 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
2626
BUILD_TARGETS += macos64-x86_64
2727

2828
# Automatically enable Apple Silicon support if running with Xcode 12.2+

0 commit comments

Comments
 (0)