mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix ARA plugin builds
Co-authored-by: Roland Rabien <figbug@gmail.com>
This commit is contained in:
parent
86d496d424
commit
f0d147a470
1 changed files with 1 additions and 1 deletions
|
|
@ -291,6 +291,7 @@ namespace juce::build_tools
|
|||
case Target::UnityPlugIn:
|
||||
case Target::SharedCodeTarget:
|
||||
case Target::AggregateTarget:
|
||||
case Target::VST3Helper:
|
||||
return true;
|
||||
|
||||
case Target::GUIApp:
|
||||
|
|
@ -300,7 +301,6 @@ namespace juce::build_tools
|
|||
case Target::unspecified:
|
||||
case Target::LV2PlugIn:
|
||||
case Target::LV2Helper:
|
||||
case Target::VST3Helper:
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue