mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 12:53:02 +08:00
export
: Print output directory
This commit is contained in:
parent
cabacaddb4
commit
9dda4e48ae
@ -125,6 +125,8 @@ namespace vcpkg::Commands::Export
|
||||
System::println(System::Color::success, "Exporting package %s... done", display_name);
|
||||
}
|
||||
|
||||
System::println(System::Color::success, R"(Files exported at: "%s")", output.generic_string());
|
||||
|
||||
Checks::exit_success(VCPKG_LINE_INFO);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user