File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 430
430
destination_header_path=$cfg_platform_name /include/$library_include_folder_name
431
431
fi
432
432
433
- if [ -d $src_directory ]; then
433
+ if [ -d " $src_directory " ]; then
434
434
cp -r $src_directory /* $destination_header_path
435
435
else
436
436
cp $src_directory $destination_header_path
437
437
fi
438
438
439
439
440
- echo " cleaning up"
440
+ # echo "cleaning up"
441
441
if [ $cfg_is_cleanup_after_build = " yes" ]; then
442
442
rm -rf $top_dir /contrib/$install_library_path
443
443
rm -rf $top_dir /contrib/$build_library_path -$arch
444
444
fi
445
445
done
446
446
447
- echo $cfg_build_fat_library
447
+ # echo $cfg_build_fat_library
448
448
if [ $cfg_build_fat_library = " yes" ]; then
449
449
450
450
create_fat_library $archive_name
@@ -472,3 +472,5 @@ if [ $cfg_platform_name = "ios" ] || [ $cfg_platform_name = "mac" ];then
472
472
rm -rf $cfg_platform_name /$arch
473
473
done
474
474
fi
475
+
476
+ echo " done!"
You can’t perform that action at this time.
0 commit comments