1
0
Fork 0
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:
Alexei Dobrohotov 2019-07-04 14:12:36 +03:00 committed by GitHub
parent e4e513c5dc
commit e4c596adf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}