mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
make sure non-app common paths are canonicalized.
This commit is contained in:
@@ -701,6 +701,7 @@ std::string Filesystem::getFullCommonPath(CommonPath path)
|
||||
|
||||
#endif
|
||||
|
||||
fullPaths[path] = canonicalizeRealPath(fullPaths[path].c_str());
|
||||
return fullPaths[path];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user