Skip to content

Commit

Permalink
Update build script to init submodule after build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Apr 1, 2024
1 parent d7cf738 commit d7b24d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ then
exit 1
fi

git submodule update --init --recursive

echo ""
echo "Creating build directory structure"
echo ""
Expand Down

0 comments on commit d7b24d7

Please sign in to comment.