mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 20:13:07 +08:00
[vcpkg build] Print the missing package's arch along with the package name
This commit is contained in:
parent
e63244ab5f
commit
0b59e6c0fb
@ -128,7 +128,7 @@ namespace vcpkg
|
||||
System::println("");
|
||||
for (const package_spec& p : unmet_dependencies)
|
||||
{
|
||||
System::println(" %s", p.name);
|
||||
System::println(" %s", to_string(p));
|
||||
}
|
||||
System::println("");
|
||||
exit(EXIT_FAILURE);
|
||||
|
Loading…
Reference in New Issue
Block a user