mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
bring changes more in line
This commit is contained in:
parent
18af9b427f
commit
0898d639ef
1 changed files with 1 additions and 1 deletions
|
@ -53,11 +53,11 @@ public:
|
|||
REQUIRE_MESSAGE(cwd, "Error getting Luau path");
|
||||
std::replace((*cwd).begin(), (*cwd).end(), '\\', '/');
|
||||
luauDirAbs = *cwd;
|
||||
|
||||
for (int i = 0; i < 20; ++i)
|
||||
{
|
||||
if (isDirectory(luauDirAbs + "/luau/tests") || isDirectory(luauDirAbs + "/Client/Luau/tests"))
|
||||
{
|
||||
|
||||
if (isDirectory(luauDirAbs + "/Client/Luau/tests"))
|
||||
{
|
||||
luauDirRel += "/Client/Luau";
|
||||
|
|
Loading…
Add table
Reference in a new issue