passepartoutvpn / openssl-apple

A script for compiling OpenSSL for Apple Devices.
Apache License 2.0
144 stars 69 forks source link

Fix MIN_SDK in framework creation #54

Closed keeshux closed 9 months ago

keeshux commented 9 months ago

52 was all good except for the use of -platform_version, which lacks a trailing argument with the target SDK.

Also drop the -static option, quite obsolete.