mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-13 12:35:41 +02:00
Added work around for old volk versions
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user