Skip to content

Commit 1c595a1

Browse files
author
Sandro Kalatozishvili
committed
Updated build script
1 parent e631d0b commit 1c595a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,12 @@ for arg in "$@"; do
183183
install_library
184184
install_tools
185185
fi
186+
done
186187

187-
if [[ $arg == "--cleanup" ]]; then
188+
# Do cleanup last
189+
for arg in "$@"; do
190+
if [[ $arg == "--cleanup" ||
191+
$arg == "--clean" ]]; then
188192
clean_project
189193
fi
190194
done

0 commit comments

Comments
 (0)