diff --git a/source/backend/plugin/CarlaPluginBridge.cpp b/source/backend/plugin/CarlaPluginBridge.cpp index 97b3e8d13..cc677b8ce 100644 --- a/source/backend/plugin/CarlaPluginBridge.cpp +++ b/source/backend/plugin/CarlaPluginBridge.cpp @@ -320,6 +320,7 @@ protected: 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()); +#ifndef BUILD_BRIDGE_ALTERNATIVE_ARCH const File projFolder(kEngine->getCurrentProjectFolder()); if (projFolder.isNotNull()) @@ -330,6 +331,7 @@ protected: oldFolder.setAsCurrentWorkingDirectory(); } else +#endif { started = fProcess->start(arguments); }