Browse Source

Really fix build without liblo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 6 years ago
parent
commit
19ecd24ae3
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/CarlaPluginJack.cpp

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

@@ -294,7 +294,9 @@ protected:

const ScopedEngineEnvironmentLocker _seel(kEngine);

#ifdef HAVE_LIBLO
const ScopedEnvVar sev3("NSM_URL", lo_server_get_url(fOscServer));
#endif
const ScopedEnvVar sev2("LD_LIBRARY_PATH", libjackdir.buffer());
const ScopedEnvVar sev1("LD_PRELOAD", ldpreload.isNotEmpty() ? ldpreload.buffer() : nullptr);



Loading…
Cancel
Save