mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 09:09:40 +00:00
Fix CI builds (attempt №2)
Gosh darn dem tabs
This commit is contained in:
parent
e4e513c5dc
commit
e4c596adf8
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ boost::filesystem::path LinuxPath::getLocalPath() const
|
|||
{
|
||||
if (readlink(path, binPath, sizeof(binPath)) != -1)
|
||||
{
|
||||
localPath = boost::filesystem::path(binPath).parent_path();
|
||||
break;
|
||||
localPath = boost::filesystem::path(binPath).parent_path();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue