Convert name of file to u8 string, to compile on windows

This commit is contained in:
Curtis.Bezault 2019-07-17 10:18:20 -07:00
parent d4ab567609
commit e81d22ddec

View File

@ -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.");
}
}