mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:26:08 +08:00
turn path into string
This commit is contained in:
parent
be59ecce61
commit
67a749b989
@ -679,7 +679,7 @@ namespace vcpkg::Build
|
|||||||
{
|
{
|
||||||
hashes_files.emplace_back(
|
hashes_files.emplace_back(
|
||||||
vcpkg::Hash::get_file_hash(fs, port_file, "SHA1"),
|
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)
|
if (hashes_files.size() > max_port_file_count)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user