diff --git a/source/backend/utils/Information.cpp b/source/backend/utils/Information.cpp index e89fc9184..ca711dcb7 100644 --- a/source/backend/utils/Information.cpp +++ b/source/backend/utils/Information.cpp @@ -20,7 +20,7 @@ #include "CarlaString.hpp" -#if defined(HAVE_FLUIDSYNTH) && !defined(BUILD_BRIDGE) +#if defined(HAVE_FLUIDSYNTH) && !defined(BUILD_BRIDGE_ALTERNATIVE_ARCH) # include #endif @@ -78,7 +78,7 @@ const char* carla_get_complete_license_text() #endif // Sample kit libraries -#if defined(HAVE_FLUIDSYNTH) && !defined(BUILD_BRIDGE) +#if defined(HAVE_FLUIDSYNTH) && !defined(BUILD_BRIDGE_ALTERNATIVE_ARCH) "
  • FluidSynth library v" FLUIDSYNTH_VERSION " for SF2/3 support
  • " #endif "
  • SFZero module for SFZ support
  • "