From bb75a1e6e4e28ffd82d3cfe7d9709440fa74c932 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Mon, 16 Sep 2024 11:48:42 +0200 Subject: [PATCH] Added init of git submodules in buildfake.sh --- buildfake.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/buildfake.sh b/buildfake.sh index 2c9b325..2b7bd6f 100755 --- a/buildfake.sh +++ b/buildfake.sh @@ -10,20 +10,13 @@ export CXX=/usr/bin/clang++ TOPDIR=$(pwd) git config --global http.sslverify false +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 fi -if [ ! -d cpp-httplib ]; then - git clone https://github.com/bondagit/cpp-httplib.git - cd cpp-httplib - git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552 - cd .. -fi -cd .. - cd daemon echo "Building aes67-daemon ..." cmake \