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 431
431
fi
432
432
433
433
434
- if [ -d $src_directory ]; then
434
+ if [ -d " $src_directory " ]; then
435
435
cp -r $src_directory /* $destination_header_path
436
436
else
437
437
cp $src_directory $destination_header_path
438
438
fi
439
439
440
440
441
- echo " cleaning up"
441
+ # echo "cleaning up"
442
442
if [ $cfg_is_cleanup_after_build = " yes" ]; then
443
443
rm -rf $top_dir /contrib/$install_library_path
444
444
rm -rf $top_dir /contrib/$build_library_path -$arch
445
445
fi
446
446
done
447
447
448
- echo $cfg_build_fat_library
448
+ # echo $cfg_build_fat_library
449
449
if [ $cfg_build_fat_library = " yes" ]; then
450
450
451
451
create_fat_library $archive_name
@@ -473,3 +473,5 @@ if [ $cfg_platform_name = "ios" ] || [ $cfg_platform_name = "mac" ];then
473
473
rm -rf $cfg_platform_name /$arch
474
474
done
475
475
fi
476
+
477
+ echo " done!"
You can’t perform that action at this time.
0 commit comments