Skip to content

Commit 4b8f7ef

Browse files
Merge remote-tracking branch 'cocos2d_push/v4' into mips
2 parents 59c00f0 + a019655 commit 4b8f7ef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build/build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,21 +430,21 @@ do
430430
destination_header_path=$cfg_platform_name/include/$library_include_folder_name
431431
fi
432432

433-
if [ -d $src_directory ];then
433+
if [ -d "$src_directory" ];then
434434
cp -r $src_directory/* $destination_header_path
435435
else
436436
cp $src_directory $destination_header_path
437437
fi
438438

439439

440-
echo "cleaning up"
440+
# echo "cleaning up"
441441
if [ $cfg_is_cleanup_after_build = "yes" ];then
442442
rm -rf $top_dir/contrib/$install_library_path
443443
rm -rf $top_dir/contrib/$build_library_path-$arch
444444
fi
445445
done
446446

447-
echo $cfg_build_fat_library
447+
# echo $cfg_build_fat_library
448448
if [ $cfg_build_fat_library = "yes" ];then
449449

450450
create_fat_library $archive_name
@@ -472,3 +472,5 @@ if [ $cfg_platform_name = "ios" ] || [ $cfg_platform_name = "mac" ];then
472472
rm -rf $cfg_platform_name/$arch
473473
done
474474
fi
475+
476+
echo "done!"

0 commit comments

Comments
 (0)