mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Added support for building VST3 plug-ins on Linux and added copy step options for all plug-in formats
This commit is contained in:
parent
de712ca02e
commit
7d1bfb054d
2 changed files with 87 additions and 16 deletions
|
|
@ -293,7 +293,7 @@ public:
|
|||
|
||||
void addVisualStudioPluginInstallPathProperties (PropertyListBuilder& props)
|
||||
{
|
||||
auto isBuildingAnyPlugins = (project.shouldBuildVST() || project.shouldBuildVST3() || project.shouldBuildRTAS()
|
||||
auto isBuildingAnyPlugins = (project.shouldBuildVST() || project.shouldBuildVST3() || project.shouldBuildRTAS()
|
||||
|| project.shouldBuildAAX() || project.shouldBuildUnityPlugin());
|
||||
|
||||
if (isBuildingAnyPlugins)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue