1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Projucer: Moved some methods into MiscUtilities

This commit is contained in:
ed 2018-03-12 15:16:26 +00:00
parent 6261424cc8
commit 58c02823c5
9 changed files with 72 additions and 62 deletions

View file

@ -516,8 +516,8 @@ String ProjectExporter::getPathForModuleString (const String& moduleID) const
if (exporterPath.isEmpty() || project.getModules().shouldUseGlobalPath (moduleID))
{
auto id = EnabledModuleList::isJuceModule (moduleID) ? Ids::defaultJuceModulePath
: Ids::defaultUserModulePath;
auto id = isJUCEModule (moduleID) ? Ids::defaultJuceModulePath
: Ids::defaultUserModulePath;
if (TargetOS::getThisOS() != getTargetOSForExporter())
return getAppSettings().getFallbackPathForOS (id, getTargetOSForExporter()).toString();