1
0
Fork 0
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:
Brian Fiete 2022-05-21 10:18:47 -07:00
parent a5f0b0f12e
commit 6833c12fc8

View file

@ -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"))
{ {