export: Print output directory

This commit is contained in:
Alexander Karatarakis 2017-04-19 16:43:47 -07:00
parent cabacaddb4
commit 9dda4e48ae

View File

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