Skip to content

Commit

Permalink
Merge branch 'master' into add-modular-precision-update
Browse files Browse the repository at this point in the history
  • Loading branch information
aricer123 authored Nov 26, 2024
2 parents a575e68 + cf249d3 commit 3631ea2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mfc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ mkdir -p "$(pwd)/build"
. "$(pwd)/toolchain/bootstrap/cmake.sh"
. "$(pwd)/toolchain/bootstrap/python.sh"

if [ "$1" '==' 'init' ]; then
exit 0
fi

echo

# Run the main.py bootstrap script
Expand Down

0 comments on commit 3631ea2

Please sign in to comment.