зеркало из https://github.com/microsoft/vcpkg.git
turn path into string
This commit is contained in:
Родитель
be59ecce61
Коммит
67a749b989
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче