Skip to content

Commit

Permalink
Fix stale use of get_target_sdk (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 16, 2023
1 parent dbbc044 commit 4837f56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion create-openssl-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4837f56

Please sign in to comment.