mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
macOS/iOS: Add the ability to weak link module frameworks
This commit is contained in:
parent
04e7014d0f
commit
e5cbcd7628
6 changed files with 81 additions and 45 deletions
|
|
@ -323,7 +323,7 @@ namespace
|
|||
|
||||
var moduleInfo (new DynamicObject());
|
||||
moduleInfo.getDynamicObject()->setProperty ("file", getModulePackageName (module));
|
||||
moduleInfo.getDynamicObject()->setProperty ("info", module.moduleInfo.getModuleInfo());
|
||||
moduleInfo.getDynamicObject()->setProperty ("info", module.moduleDescription.getModuleInfo());
|
||||
infoList.append (moduleInfo);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue