This commit is contained in:
Curtis.Bezault 2019-07-24 14:46:55 -07:00
Родитель be59ecce61
Коммит 67a749b989
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)
{