mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
tidy paths
This commit is contained in:
parent
b7d59977f6
commit
18af9b427f
1 changed files with 2 additions and 5 deletions
|
@ -60,11 +60,8 @@ public:
|
|||
|
||||
if (isDirectory(luauDirAbs + "/Client/Luau/tests"))
|
||||
{
|
||||
printf("modifying dirrel and abs\n");
|
||||
luauDirRel += "/Client";
|
||||
luauDirAbs += "/Client";
|
||||
luauDirRel += "/Luau";
|
||||
luauDirAbs += "/Luau";
|
||||
luauDirRel += "/Client/Luau";
|
||||
luauDirAbs += "/Client/Luau";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue