Skip to content

Commit

Permalink
if is unnecessary because we have set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkuiyi committed May 12, 2023
1 parent a54468b commit ce8faef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime-library/create_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
}

Expand Down

0 comments on commit ce8faef

Please sign in to comment.