Skip to content

Commit

Permalink
bootstrap: checkout ulalaca submodule if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
metalefty committed May 19, 2022
1 parent 8d88fe7 commit 38bf969
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ then
git submodule update --init librfxcodec
fi

if ! test -f ulalaca/Makefile.am
then
git submodule update --init ulalaca
fi

autoreconf -fvi

0 comments on commit 38bf969

Please sign in to comment.