mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
LV2 Manifest Helper: Rename main source file
This commit is contained in:
parent
53a87c178c
commit
e56e470f5b
4 changed files with 4 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ public:
|
|||
{
|
||||
return getModuleFolderRelativeToProject ("juce_audio_plugin_client")
|
||||
.getChildFile ("LV2")
|
||||
.getChildFile ("juce_LV2TurtleDumpProgram.cpp");
|
||||
.getChildFile ("juce_LV2ManifestHelper.cpp");
|
||||
}
|
||||
|
||||
std::vector<build_tools::RelativePath> getVST3HelperProgramSources (const ProjectExporter& exporter) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue