1
0
Fork 0
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:
attila 2023-10-11 19:52:44 +02:00
parent 86d496d424
commit f0d147a470

View file

@ -291,6 +291,7 @@ namespace juce::build_tools
case Target::UnityPlugIn: case Target::UnityPlugIn:
case Target::SharedCodeTarget: case Target::SharedCodeTarget:
case Target::AggregateTarget: case Target::AggregateTarget:
case Target::VST3Helper:
return true; return true;
case Target::GUIApp: case Target::GUIApp:
@ -300,7 +301,6 @@ namespace juce::build_tools
case Target::unspecified: case Target::unspecified:
case Target::LV2PlugIn: case Target::LV2PlugIn:
case Target::LV2Helper: case Target::LV2Helper:
case Target::VST3Helper:
break; break;
} }