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";
|
||||
luauDirAbs += "/Client";
|
||||
}
|
||||
luauDirRel += "/Luau";
|
||||
luauDirAbs += "/Luau";
|
||||
luauDirRel += "/luau";
|
||||
luauDirAbs += "/luau";
|
||||
|
||||
if (type == PathType::Relative)
|
||||
return luauDirRel;
|
||||
|
|
Loading…
Add table
Reference in a new issue