diff --git a/runtime-library/create_xcframework.sh b/runtime-library/create_xcframework.sh index 1babe21c..a656762a 100755 --- a/runtime-library/create_xcframework.sh +++ b/runtime-library/create_xcframework.sh @@ -143,9 +143,7 @@ function merge_static_libraries() { mv iree libiree.a libtool -static -o iree libiree.a libflatcc_parsing.a libcpuinfo.a \ >"$build_dir"/merge_static_libraries.log 2>&1 - if $?; then - echo "Merged for $label successfully" - fi + echo "Merged for $label successfully" ) }