Disabled bladerf source build for debian buster

This commit is contained in:
Ryzerth 2021-06-27 02:36:55 +02:00
parent c39b9609be
commit 72a794df6f

View File

@ -18,7 +18,7 @@ git clone https://github.com/AlexandreRouma/SDRPlusPlus
cd SDRPlusPlus
mkdir build
cd build
cmake .. -DOPT_BUILD_SDRPLAY_SOURCE=ON
cmake .. -DOPT_BUILD_SDRPLAY_SOURCE=ON -DOPT_BUILD_BLADERF_SOURCE=OFF
make -j2
cd ..