Skip to content

Commit c05395c

Browse files
ilammyvixentael
andauthored
Build OpenSSL for arm64e (#6)
I have missed this architecture from the default list. It is important for more security featuress of iOS [1], let's add it. The architecture has been available for a while, and it looks like latest devices are going to require it. [1]: https://developer.apple.com/documentation/security/preparing_your_app_to_work_with_pointer_authentication Co-Authored-By: vixentael <[email protected]> Co-authored-by: vixentael <[email protected]>
1 parent 214f628 commit c05395c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ VERSION ?= 1.1.1g
1616
MIN_IOS_SDK = 8.0
1717
MIN_OSX_SDK = 10.9
1818

19-
BUILD_ARCHS += ios_i386 ios_x86_64 ios_arm64 ios_armv7s ios_armv7
19+
BUILD_ARCHS += ios_i386 ios_x86_64 ios_arm64 ios_arm64e ios_armv7s ios_armv7
2020
BUILD_ARCHS += mac_x86_64
2121
BUILD_TARGETS += ios-sim-cross-i386 ios-sim-cross-x86_64
22-
BUILD_TARGETS += ios64-cross-arm64 ios-cross-armv7s ios-cross-armv7
22+
BUILD_TARGETS += ios64-cross-arm64 ios64-cross-arm64e ios-cross-armv7s ios-cross-armv7
2323
BUILD_TARGETS += macos64-x86_64
2424

2525
BUILD_FLAGS += --version=$(VERSION)

0 commit comments

Comments
 (0)