Browse Source

Fix debug build

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX 3 years ago
parent
commit
023cc75aef
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 3 deletions
  1. +3
    -2
      plugins/plugins.cpp
  2. +1
    -1
      plugins/substation-opensource

+ 3
- 2
plugins/plugins.cpp View File

@@ -512,9 +512,10 @@ extern Model* modelMaude_221;
// sonusmodular
#include "sonusmodular/src/sonusmodular.hpp"

//substation
// NOTE too much noise in original include, do this a different way
// substation
/* NOTE too much noise in original include, do this a different way
// "substation-opensource/src/_plugin.hpp"
*/
namespace slime {
namespace plugin {
namespace substation {


+ 1
- 1
plugins/substation-opensource

@@ -1 +1 @@
Subproject commit 33a0e0cc1025aae66554238d3653aaf71d3e47a2
Subproject commit cbc09d4db02d038493689c192d63b746d453d18f

Loading…
Cancel
Save