We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbc044 commit 4837f56Copy full SHA for 4837f56
create-openssl-framework.sh
@@ -108,7 +108,6 @@ for TARGETDIR in `ls -d *.sdk`; do
108
echo "Assembling .dylib for $PLATFORM $SDKVERSION ($ARCH)"
109
110
MIN_SDK_VERSION=$(get_min_sdk "${TARGETDIR}/lib/libcrypto.a")
111
- TARGET_SDK_VERSION=$(get_target_sdk "${TARGETDIR}/lib/libcrypto.a")
112
if [[ $PLATFORM == AppleTVSimulator* ]]; then
113
MIN_SDK="-platform_version tvos-simulator $MIN_SDK_VERSION $SDKVERSION"
114
elif [[ $PLATFORM == AppleTV* ]]; then
0 commit comments