Skip to content

Commit

Permalink
Added init of git submodules in buildfake.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Sep 16, 2024
1 parent fdbfb3f commit bb75a1e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions buildfake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bb75a1e

Please sign in to comment.