Extra hack to make this build on Ubuntu with old CMake

just_say_no_to_geode
AnyOldName3 3 years ago
parent bdcac26d8c
commit c3d23b4948

@ -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()));

Loading…
Cancel
Save