From 8ec0637fe790d2aa50124458679459ff1738c265 Mon Sep 17 00:00:00 2001 From: Vincent Sonnier Date: Wed, 9 May 2018 10:14:57 +0200 Subject: [PATCH] Fix BUNDLED_MODS_ONLY typo. --- Build-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Windows.md b/Build-Windows.md index 4a36b77..894c606 100644 --- a/Build-Windows.md +++ b/Build-Windows.md @@ -69,7 +69,7 @@ Configure variables to indicate CubicSDR that modules files will be searched in * Set BUILD_INSTALLER to 1 (selected) * Set BUNDLE_SOAPY_MODS to 1 (selected) -* Set BUNDLE_MODS_ONLY to 1 (selected) +* Set BUNDLED_MODS_ONLY to 1 (selected) * Click Configure again, all should be good, then Generate. * Navigate to C:\MSVCDev\CubicSDR_win64\ in explorer and open CubicSDR.sln. - Once open select "Release" and "x64" build configuration and then "Build Solution" (F6)