Skip to content

Commit

Permalink
806 fix deps build
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Feb 26, 2025
1 parent db6c39f commit d73bae6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ echo -e "${COLOR_VAR_NAME}ARCH${COLOR_DOTS}...................${COLOR_VAR_DESC}B
echo "Cleaning \"deps_inst\" folder..."
rm -rf ./deps_inst
rm -rf ./build
echo "Cleaning archive files..."
rm -f ./*.tar.gz
rm -f ./*.zip
echo "Cleaning upacked library folders..."
rm -rf ./libiconv-1.15
rm -rf ./zlib
Expand Down

0 comments on commit d73bae6

Please sign in to comment.