Added work around for old volk versions

This commit is contained in:
Ryzerth
2021-04-26 16:02:03 +02:00
parent 78c7ef0242
commit ed29f9dcc5
2 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,7 @@ cd SDRPlusPlus
mkdir build
cd build
cmake ..
make -j2
make CXX_FLAGS=-DUSE_OLD_VOLK_ADD=1 -j2
cd ..
sh make_debian_package.sh ./build