Browse Source

Added #if JucePlugin_Build_Standalone guard to juce_audio_plugin_client_Standalone.cpp

tags/2021-05-28
ed 6 years ago
parent
commit
6b17905940
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp

+ 4
- 0
modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp View File

@@ -24,6 +24,8 @@
============================================================================== ==============================================================================
*/ */
#if JucePlugin_Build_Standalone
#if ! JUCE_MODULE_AVAILABLE_juce_audio_utils #if ! JUCE_MODULE_AVAILABLE_juce_audio_utils
#error To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils and juce_audio_devices modules! #error To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils and juce_audio_devices modules!
#endif #endif
@@ -42,3 +44,5 @@
#endif #endif
JUCE_MAIN_FUNCTION_DEFINITION JUCE_MAIN_FUNCTION_DEFINITION
#endif

Loading…
Cancel
Save