1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s

This commit is contained in:
hogliux 2016-09-13 11:05:49 +01:00
parent cbb8536a6d
commit 2fd331fac7

View file

@ -23,7 +23,7 @@
*/
#if ! JUCE_MODULE_AVAILABLE_juce_audio_utils
#error To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils module!
#error To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils and juce_audio_devices modules!
#endif
#include "Standalone/juce_StandaloneFilterApp.cpp"