From 73872cc82ebf41e7b686cf5c684cec0cdf7f92f3 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Mon, 27 Jun 2022 01:43:14 -0400 Subject: [PATCH] rfspace doesn't compile on Windows, needs socket fixes. See https://github.com/pothosware/SoapyOsmo/issues/2 --- recipe/bld.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/bld.bat b/recipe/bld.bat index 54621cc..49e5e34 100644 --- a/recipe/bld.bat +++ b/recipe/bld.bat @@ -24,7 +24,7 @@ cmake -G "Ninja" ^ -DENABLE_NONFREE=OFF ^ -DENABLE_PYTHON=ON ^ -DENABLE_REDPITAYA=ON ^ - -DENABLE_RFSPACE=ON ^ + -DENABLE_RFSPACE=OFF ^ -DENABLE_RTL=ON ^ -DENABLE_RTL_TCP=ON ^ -DENABLE_SOAPY=ON ^