Browse Source

Fix bridges build yet yet again

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
e283075a88
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/engine/CarlaEngine.cpp

+ 1
- 1
source/backend/engine/CarlaEngine.cpp View File

@@ -2517,6 +2517,7 @@ bool CarlaEngine::loadProjectInternal(water::XmlDocument& xmlDoc)
pData->actionCanceled = false;
callback(true, true, ENGINE_CALLBACK_CANCELABLE_ACTION, 0, 1, 0, 0, 0.0f, "Loading project");

#ifndef BUILD_BRIDGE_ALTERNATIVE_ARCH
if (pData->options.clientNamePrefix != nullptr)
{
if (carla_isEqual(xmlElement->getDoubleAttribute("VERSION", 0.0), 2.0) ||
@@ -2527,7 +2528,6 @@ bool CarlaEngine::loadProjectInternal(water::XmlDocument& xmlDoc)
}
}

#ifndef BUILD_BRIDGE_ALTERNATIVE_ARCH
const CarlaScopedValueSetter<bool> csvs(pData->loadingProject, true, false);
#endif



Loading…
Cancel
Save