mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
lowercase
This commit is contained in:
parent
fbe958f14c
commit
805be8e231
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ public:
|
||||||
luauDirRel += "/Client";
|
luauDirRel += "/Client";
|
||||||
luauDirAbs += "/Client";
|
luauDirAbs += "/Client";
|
||||||
}
|
}
|
||||||
luauDirRel += "/Luau";
|
luauDirRel += "/luau";
|
||||||
luauDirAbs += "/Luau";
|
luauDirAbs += "/luau";
|
||||||
|
|
||||||
if (type == PathType::Relative)
|
if (type == PathType::Relative)
|
||||||
return luauDirRel;
|
return luauDirRel;
|
||||||
|
|
Loading…
Add table
Reference in a new issue