Browse Source

Fix bridges build

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
243b3a31c4
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/CarlaPluginBridge.cpp

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

@@ -320,6 +320,7 @@ protected:
carla_stdout("Starting plugin bridge, command is:\n%s \"%s\" \"%s\" \"%s\" " P_INT64, carla_stdout("Starting plugin bridge, command is:\n%s \"%s\" \"%s\" \"%s\" " P_INT64,
fBridgeBinary.toRawUTF8(), getPluginTypeAsString(kPlugin->getType()), filename.toRawUTF8(), fLabel.toRawUTF8(), kPlugin->getUniqueId()); fBridgeBinary.toRawUTF8(), getPluginTypeAsString(kPlugin->getType()), filename.toRawUTF8(), fLabel.toRawUTF8(), kPlugin->getUniqueId());


#ifndef BUILD_BRIDGE_ALTERNATIVE_ARCH
const File projFolder(kEngine->getCurrentProjectFolder()); const File projFolder(kEngine->getCurrentProjectFolder());


if (projFolder.isNotNull()) if (projFolder.isNotNull())
@@ -330,6 +331,7 @@ protected:
oldFolder.setAsCurrentWorkingDirectory(); oldFolder.setAsCurrentWorkingDirectory();
} }
else else
#endif
{ {
started = fProcess->start(arguments); started = fProcess->start(arguments);
} }


Loading…
Cancel
Save