Browse Source

Introjucer: another RTAS tweak.

tags/2021-05-28
jules 13 years ago
parent
commit
4ac3a7f39d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project/jucer_AudioPluginModule.h

+ 1
- 1
extras/Introjucer/Source/Project/jucer_AudioPluginModule.h 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())
{


Loading…
Cancel
Save