mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3 Client: Enable manifest generation globally
This commit is contained in:
parent
77458fb4f9
commit
c509a1821a
7 changed files with 28 additions and 60 deletions
|
|
@ -1774,7 +1774,7 @@ protected:
|
|||
if (target->type == MSVCTargetBase::LV2PlugIn && lv2HelperGuid.isNotEmpty())
|
||||
out << "\t\t" << lv2HelperGuid << " = " << lv2HelperGuid << newLine;
|
||||
|
||||
if (target->type == MSVCTargetBase::VST3PlugIn && vst3HelperGuid.isNotEmpty() && project.isVst3ManifestEnabled())
|
||||
if (target->type == MSVCTargetBase::VST3PlugIn && vst3HelperGuid.isNotEmpty())
|
||||
out << "\t\t" << vst3HelperGuid << " = " << vst3HelperGuid << newLine;
|
||||
|
||||
out << "\tEndProjectSection" << newLine;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue