From 4837f567f50a82b0e4d232431dd5b69d0ec2be28 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 16 Dec 2023 09:49:10 +0100 Subject: [PATCH] Fix stale use of get_target_sdk (#57) --- create-openssl-framework.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/create-openssl-framework.sh b/create-openssl-framework.sh index e65e9b2..7641d9a 100755 --- a/create-openssl-framework.sh +++ b/create-openssl-framework.sh @@ -108,7 +108,6 @@ for TARGETDIR in `ls -d *.sdk`; do echo "Assembling .dylib for $PLATFORM $SDKVERSION ($ARCH)" MIN_SDK_VERSION=$(get_min_sdk "${TARGETDIR}/lib/libcrypto.a") - TARGET_SDK_VERSION=$(get_target_sdk "${TARGETDIR}/lib/libcrypto.a") if [[ $PLATFORM == AppleTVSimulator* ]]; then MIN_SDK="-platform_version tvos-simulator $MIN_SDK_VERSION $SDKVERSION" elif [[ $PLATFORM == AppleTV* ]]; then