turn path into string

This commit is contained in:
Curtis.Bezault 2019-07-24 14:46:55 -07:00
parent be59ecce61
commit 67a749b989

View File

@ -679,7 +679,7 @@ namespace vcpkg::Build
{
hashes_files.emplace_back(
vcpkg::Hash::get_file_hash(fs, port_file, "SHA1"),
port_file.path().filename());
port_file.path().filename().u8string());
if (hashes_files.size() > max_port_file_count)
{