Browse Source

Another build fix

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
e51aed566e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/backend/plugin/CarlaPluginJuce.cpp

+ 2
- 0
source/backend/plugin/CarlaPluginJuce.cpp View File

@@ -1652,6 +1652,7 @@ public:
juce::OwnedArray<juce::PluginDescription> pluginDescriptions;
juce::KnownPluginList plist;

#if !(defined(CARLA_OS_WASM) || defined(CARLA_OS_WIN))
{
const ScopedAbortCatcher sac;

@@ -1674,6 +1675,7 @@ public:
}
}
}
#endif

if (pluginDescriptions.size() == 0)
{


Loading…
Cancel
Save