Browse Source

Fix standalone for STATIC_BUILD

Signed-off-by: falkTX <falktx@falktx.com>
pull/375/head
falkTX 3 years ago
parent
commit
1add41ad99
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginJACK.cpp

+ 1
- 1
distrho/src/DistrhoPluginJACK.cpp View File

@@ -951,7 +951,7 @@ int main(int argc, char* argv[])
d_nextSampleRate = jackbridge_get_sample_rate(client);
d_nextCanRequestParameterValueChanges = true;

#ifndef DISTRHO_OS_WINDOWS
#if !defined(DISTRHO_OS_WINDOWS) && !defined(STATIC_BUILD)
// find plugin bundle
static String bundlePath;
if (bundlePath.isEmpty())


Loading…
Cancel
Save