1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Introjucer: another RTAS tweak.

This commit is contained in:
jules 2012-03-13 12:28:14 +00:00
parent cba76bef60
commit 4ac3a7f39d

View file

@ -222,7 +222,7 @@ namespace RTASHelpers
static void addExtraSearchPaths (ProjectExporter& exporter)
{
RelativePath rtasFolder (getRTASFolderRelativePath (exporter));
RelativePath rtasFolder (getRTASFolder (exporter).toString(), RelativePath::projectFolder);
if (exporter.isVisualStudio())
{