Skip to content

Commit 4837f56

Browse files
authored
Fix stale use of get_target_sdk (#57)
1 parent dbbc044 commit 4837f56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

create-openssl-framework.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ for TARGETDIR in `ls -d *.sdk`; do
108108
echo "Assembling .dylib for $PLATFORM $SDKVERSION ($ARCH)"
109109

110110
MIN_SDK_VERSION=$(get_min_sdk "${TARGETDIR}/lib/libcrypto.a")
111-
TARGET_SDK_VERSION=$(get_target_sdk "${TARGETDIR}/lib/libcrypto.a")
112111
if [[ $PLATFORM == AppleTVSimulator* ]]; then
113112
MIN_SDK="-platform_version tvos-simulator $MIN_SDK_VERSION $SDKVERSION"
114113
elif [[ $PLATFORM == AppleTV* ]]; then

0 commit comments

Comments
 (0)