update: OpenSSL 3.4.0.

This commit is contained in:
2024-10-23 11:32:45 -04:00
parent 799a33be40
commit 409724cfcd
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ do
case $build_target in
ios64-xcrun)
TRIBLE="arm64-darwin-ios"
OPTIONS="--static -static -ffunction-sections -fdata-sections -fPIC -Wno-macro-redefined"
OPTIONS="--static -static -ffunction-sections -fdata-sections -fPIC -Wno-macro-redefined -mios-version-min=9.0"
DESTDIR="/tmp/$BUILD_DIR/arm64-ios"
SSL_TARGET="ios64-xcrun"
CC=clang