Skip to content

Commit 290940b

Browse files
committed
Cleanup temporary and build files in libcurl-build.sh
1 parent d8580da commit 290940b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

curl/libcurl-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ if [ $BUILDFOR == "tvos" ] || [ $BUILDFOR == "all" ]; then
677677
fi
678678

679679
echo -e "${bold}Cleaning up${dim}"
680-
#rm -rf /tmp/${CURL_VERSION}-*
681-
#rm -rf ${CURL_VERSION}
680+
rm -rf /tmp/${CURL_VERSION}-*
681+
rm -rf ${CURL_VERSION}
682682

683683
echo -e "${dim}Checking libraries"
684684
xcrun -sdk iphoneos lipo -info lib/*.a

0 commit comments

Comments
 (0)