Skip to content

Commit

Permalink
Added init of git submodules in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Sep 16, 2024
1 parent 47da082 commit fdbfb3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export CXX=/usr/bin/clang++

TOPDIR=$(pwd)

echo "Init git submodules ..."
git submodule update --init --recursive

cd 3rdparty
if [ ! -d ravenna-alsa-lkm ]; then
git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
Expand Down

0 comments on commit fdbfb3f

Please sign in to comment.