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:
parent
cbb8536a6d
commit
2fd331fac7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue