Added init of git submodules in build.sh
This commit is contained in:
parent
47da082405
commit
fdbfb3f1a1
3
build.sh
3
build.sh
@ -9,6 +9,9 @@ export CXX=/usr/bin/clang++
|
|||||||
|
|
||||||
TOPDIR=$(pwd)
|
TOPDIR=$(pwd)
|
||||||
|
|
||||||
|
echo "Init git submodules ..."
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
cd 3rdparty
|
cd 3rdparty
|
||||||
if [ ! -d ravenna-alsa-lkm ]; then
|
if [ ! -d ravenna-alsa-lkm ]; then
|
||||||
git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
|
git clone --single-branch --branch aes67-daemon https://github.com/bondagit/ravenna-alsa-lkm.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user