soapy-sdr: fix typo

This commit is contained in:
Miguel Salcedo
2022-09-23 21:56:34 -03:00
parent a017d0eae9
commit ebc0a3ff8f

View File

@@ -14,8 +14,7 @@ build() {
cmake -S SoapySDR-$name-$version \
-B build $NINJA \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX:PATH=/usr \
-D CMAKE_BUILD_TYPE=Release
-D CMAKE_INSTALL_PREFIX=/usr \
cmake --build build