|
|
|
@@ -73,11 +73,6 @@ |
|
|
|
#define JucePlugin_Build_RTAS 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if ! (defined (_MSC_VER) || defined (__APPLE_CPP__) || defined (__APPLE_CC__) || defined (LINUX) || defined (__linux__))
|
|
|
|
#undef JucePlugin_Build_VST3
|
|
|
|
#define JucePlugin_Build_VST3 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
//==============================================================================
|
|
|
|
#if JucePlugin_Build_LV2 && ! defined (JucePlugin_LV2URI)
|
|
|
|
#error "You need to define the JucePlugin_LV2URI value!"
|
|
|
|
|