Browse Source

This small macro was the wrong way

tags/1.9.4
falkTX 11 years ago
parent
commit
2553dbe0c2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/backend/plugin/VstPlugin.cpp

+ 2
- 2
source/backend/plugin/VstPlugin.cpp View File

@@ -19,9 +19,9 @@
#include "CarlaEngine.hpp"

#if defined(CARLA_OS_MAC) || defined(CARLA_OS_WIN)
# define USE_JUCE_FOR_VST 0
#else
# define USE_JUCE_FOR_VST 1
#else
# define USE_JUCE_FOR_VST 0
#endif

#if defined(WANT_VST) && ! USE_JUCE_FOR_VST


Loading…
Cancel
Save