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:
parent
cba76bef60
commit
4ac3a7f39d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue