Browse Source

Fix bridge build

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
b6dcba72af
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/backend/utils/Information.cpp

+ 2
- 2
source/backend/utils/Information.cpp View File

@@ -20,7 +20,7 @@

#include "CarlaString.hpp"

#ifdef HAVE_FLUIDSYNTH
#if defined(HAVE_FLUIDSYNTH) && !defined(BUILD_BRIDGE)
# include <fluidsynth.h>
#endif

@@ -78,7 +78,7 @@ const char* carla_get_complete_license_text()
#endif

// Sample kit libraries
#ifdef HAVE_FLUIDSYNTH
#if defined(HAVE_FLUIDSYNTH) && !defined(BUILD_BRIDGE)
"<li>FluidSynth library v" FLUIDSYNTH_VERSION " for SF2/3 support</li>"
#endif
"<li>SFZero module for SFZ support</li>"


Loading…
Cancel
Save