mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 02:42:45 +00:00
Fix CI builds (attempt №2)
Gosh darn dem tabs
This commit is contained in:
parent
e4e513c5dc
commit
e4c596adf8
@ -89,8 +89,8 @@ boost::filesystem::path LinuxPath::getLocalPath() const
|
|||||||
{
|
{
|
||||||
if (readlink(path, binPath, sizeof(binPath)) != -1)
|
if (readlink(path, binPath, sizeof(binPath)) != -1)
|
||||||
{
|
{
|
||||||
localPath = boost::filesystem::path(binPath).parent_path();
|
localPath = boost::filesystem::path(binPath).parent_path();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user