mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Fixed installed library searching with nested project directories
This commit is contained in:
parent
a5f0b0f12e
commit
6833c12fc8
1 changed files with 2 additions and 4 deletions
|
@ -161,12 +161,10 @@ namespace IDE
|
||||||
|
|
||||||
regEntry.mLocation = .Path(new String(filePath));
|
regEntry.mLocation = .Path(new String(filePath));
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
AddFromLibraryPath(filePath);
|
AddFromLibraryPath(filePath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
for (data.Enumerate("UnversionedLibDirs"))
|
for (data.Enumerate("UnversionedLibDirs"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue