Skip to content

Commit

Permalink
fix insufficient sh permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed Mar 28, 2024
1 parent 97668e9 commit b53bb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_pod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ do
fi
done

"$BASEDIR/run_build_tool.sh" build-pod "$@"
sh "$BASEDIR/run_build_tool.sh" build-pod "$@"

# Make a symlink from built framework to phony file, which will be used as input to
# build script. This should force rebuild (podspec currently doesn't support alwaysOutOfDate
Expand Down

0 comments on commit b53bb35

Please sign in to comment.