1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Extra hack to make this build on Ubuntu with old CMake

This commit is contained in:
AnyOldName3 2022-06-18 22:43:12 +01:00
parent bdcac26d8c
commit c3d23b4948

View File

@ -34,7 +34,7 @@ namespace VFS
if(std::filesystem::is_directory (*i))
continue;
std::u8string proper = i->path ().u8string ();
auto proper = i->path ().u8string ();
FileSystemArchiveFile file(std::string((char*)proper.c_str(), proper.size()));