Navigation Menu

Skip to content

Commit

Permalink
Support Git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 9, 2015
1 parent 6a615d0 commit b35fcf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autogen.sh
Expand Up @@ -18,4 +18,9 @@ FreeBSD)
;;
esac

if [ ! -f vendor/mruby-source/.git ]; then
rm -rf vendor/mruby-source
fi
git submodule update --init

${AUTORECONF:-autoreconf} --force --install

0 comments on commit b35fcf5

Please sign in to comment.