mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01: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(
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user