jasonacox / Build-OpenSSL-cURL

Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 3.0.x with TLS 1.3 and Mac Catalyst builds.
MIT License
430 stars 129 forks source link

armv7s is not included in libcrypto and libssl builds #24

Closed jbfitb closed 5 years ago

jbfitb commented 5 years ago

See https://github.com/jasonacox/Build-OpenSSL-cURL/blob/master/openssl/openssl-build.sh#L200

That script builds in folder /tmp/${OPENSSL_VERSION}-iOS-armv7s but that build is not included in the following lipo command:

https://github.com/jasonacox/Build-OpenSSL-cURL/blob/master/openssl/openssl-build.sh#L207

jasonacox commented 5 years ago

Good catch - thanks for the PR!