mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a bug creating plug-in projects from PIPs
This commit is contained in:
parent
fe49d69dfc
commit
f9017f7adc
1 changed files with 4 additions and 6 deletions
|
|
@ -138,12 +138,10 @@ Result PIPGenerator::createJucerFile()
|
|||
if (result != Result::ok())
|
||||
return result;
|
||||
|
||||
addModules (root);
|
||||
addExporters (root);
|
||||
createFiles (root);
|
||||
|
||||
if (! metadata[Ids::moduleFlags].toString().isEmpty())
|
||||
setModuleFlags (root);
|
||||
addModules (root);
|
||||
addExporters (root);
|
||||
createFiles (root);
|
||||
setModuleFlags (root);
|
||||
|
||||
auto outputFile = outputDirectory.getChildFile (metadata[Ids::name].toString() + ".jucer");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue