diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-13 16:22:02 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 18:06:06 -0800 |
| commit | 6824cc9264d245ebd1302c27eb714250c5f7ec13 (patch) | |
| tree | 0c906ded3e50eaab02166a409db6454a113dc476 /toolsrc/include | |
| parent | 6e25bcf7cb1efd6de55f97aa978acd24d90af476 (diff) | |
| download | vcpkg-6824cc9264d245ebd1302c27eb714250c5f7ec13.tar.gz vcpkg-6824cc9264d245ebd1302c27eb714250c5f7ec13.zip | |
Extract create_user_troubleshooting_message(). CI doesn't call it, interactive commands do
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 1dbc9c375..1e8b3b9df 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -23,6 +23,7 @@ namespace vcpkg::Commands const std::string& to_string(const BuildResult build_result); std::string create_error_message(const BuildResult build_result, const std::string& package_id); + std::string create_user_troubleshooting_message(const package_spec& spec); BuildResult build_package(const SourceParagraph& source_paragraph, const package_spec& spec, const vcpkg_paths& paths, const fs::path& port_dir, const StatusParagraphs& status_db); void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet); |
