We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8580da commit 290940bCopy full SHA for 290940b
1 file changed
curl/libcurl-build.sh
@@ -677,8 +677,8 @@ if [ $BUILDFOR == "tvos" ] || [ $BUILDFOR == "all" ]; then
677
fi
678
679
echo -e "${bold}Cleaning up${dim}"
680
-#rm -rf /tmp/${CURL_VERSION}-*
681
-#rm -rf ${CURL_VERSION}
+rm -rf /tmp/${CURL_VERSION}-*
+rm -rf ${CURL_VERSION}
682
683
echo -e "${dim}Checking libraries"
684
xcrun -sdk iphoneos lipo -info lib/*.a
0 commit comments