Skip to content

Commit 0316475

Browse files
committed
add clean code
1 parent 97a0795 commit 0316475

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/ios/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,9 @@ do
284284
# TODO: add more header files decides here
285285

286286
echo "cleaning up"
287-
# rm -rf $top_dir/contrib/$install_library_path
288-
# rm -rf $top_dir/contrib/$build_library_path-$arch
287+
# FIXME: uncomment it for debug purpose
288+
rm -rf $top_dir/contrib/$install_library_path
289+
rm -rf $top_dir/contrib/$build_library_path-$arch
289290
done
290291

291292
create_fat_library $archive_name

0 commit comments

Comments
 (0)