mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 11:41:34 +00:00
Extra hack to make this build on Ubuntu with old CMake
This commit is contained in:
parent
bdcac26d8c
commit
c3d23b4948
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace VFS
|
||||||
if(std::filesystem::is_directory (*i))
|
if(std::filesystem::is_directory (*i))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
std::u8string proper = i->path ().u8string ();
|
auto proper = i->path ().u8string ();
|
||||||
|
|
||||||
FileSystemArchiveFile file(std::string((char*)proper.c_str(), proper.size()));
|
FileSystemArchiveFile file(std::string((char*)proper.c_str(), proper.size()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue