mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Minor clean-ups.
This commit is contained in:
parent
ddb6b969ea
commit
e543949bda
28 changed files with 109 additions and 117 deletions
|
|
@ -479,8 +479,8 @@ File LibraryModule::getLocalFolderFor (Project& project) const
|
|||
{
|
||||
if (project.shouldCopyModuleFilesLocally (getID()).getValue())
|
||||
return project.getGeneratedCodeFolder().getChildFile ("modules").getChildFile (getID());
|
||||
else
|
||||
return moduleFolder;
|
||||
|
||||
return moduleFolder;
|
||||
}
|
||||
|
||||
void LibraryModule::prepareExporter (ProjectExporter& exporter, ProjectSaver& projectSaver) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue