1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-29 15:06:42 +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) if (readlink(path, binPath, sizeof(binPath)) != -1)
{ {
localPath = boost::filesystem::path(binPath).parent_path(); localPath = boost::filesystem::path(binPath).parent_path();
break; break;
} }
} }