Skip to content

Commit

Permalink
Merge pull request #52 from elektrofon/master
Browse files Browse the repository at this point in the history
Fix 3rd party directory checks
  • Loading branch information
bondagit authored Nov 9, 2021
2 parents b2a582a + ba1add1 commit adc17b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export CXX=/usr/bin/clang++
TOPDIR=$(pwd)

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

if [ ! -d cpp-httplib.git ]; then
if [ ! -d cpp-httplib ]; then
git clone https://github.com/yhirose/cpp-httplib.git
cd cpp-httplib
git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
Expand Down

0 comments on commit adc17b8

Please sign in to comment.