1
0
Fork 0
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:
reuk 2023-05-25 17:17:39 +01:00
parent 53a87c178c
commit e56e470f5b
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
4 changed files with 4 additions and 3 deletions

View file

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