passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
143 stars 68 forks source link

Fix bitcode for dynamic framework #1

Closed nicph closed 6 years ago

nicph commented 6 years ago

These changes embed the bitcode in the resulting framework, and also checks the presence of the __LLVM section.

keeshux commented 6 years ago

@nicph this is nice since after struggling with manpages for the dynamic framework, I hadn't still had the time to look for the ld flags related to bitcode, which results being simply -bitcode_bundle. Also helpful that you addressed the FIXMEs. I'll merge after a brief review.

nicph commented 6 years ago

Sorry I made a mistake on my side, I'll open an other PR