mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:29:00 +08:00
Convert name of file to u8 string, to compile on windows
This commit is contained in:
parent
d4ab567609
commit
e81d22ddec
@ -517,7 +517,7 @@ namespace vcpkg::Build
|
||||
{
|
||||
Checks::exit_with_message(
|
||||
VCPKG_LINE_INFO,
|
||||
additional_file + " was listed as an additional file for calculating the abi, but was not found.");
|
||||
additional_file.u8string() + " was listed as an additional file for calculating the abi, but was not found.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user