1
0
Fork 0
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:
Tom Poole 2022-02-09 13:25:55 +00:00
parent 04e7014d0f
commit e5cbcd7628
6 changed files with 81 additions and 45 deletions

View file

@ -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);
}
}