1
0
Fork 0
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:
ed 2020-03-10 11:12:03 +00:00
parent de712ca02e
commit 7d1bfb054d
2 changed files with 87 additions and 16 deletions

View file

@ -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)