Skip to content

Commit

Permalink
Changed build.sh to use the drvier version in the aes67-daemon branch…
Browse files Browse the repository at this point in the history
  • Loading branch information
bondagit committed Oct 25, 2024
1 parent 3ce8787 commit 00cc72a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
#

#we need clang when compiling on ARMv7
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
#export CC=/usr/bin/clang
#export CXX=/usr/bin/clang++

TOPDIR=$(pwd)

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

cd 3rdparty/ravenna-alsa-lkm/driver
git checkout aes67-daemon
make
cd -

Expand Down

0 comments on commit 00cc72a

Please sign in to comment.