diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-06-24 12:09:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-24 12:09:48 -0700 |
| commit | 9e565e986789cf273de12fe1b07ce31800d10417 (patch) | |
| tree | 1ad22d5f68627908fe84a2ce1fff9c104938691b /toolsrc/include | |
| parent | 4f675eafb64afc103f7cb1dc14cbfe07a65559ec (diff) | |
| download | vcpkg-9e565e986789cf273de12fe1b07ce31800d10417.tar.gz vcpkg-9e565e986789cf273de12fe1b07ce31800d10417.zip | |
[--overlay-ports] Show location of overriden ports during install plan (#7002)
* [--overlay-ports] Show source location of overlayed ports during install plan
* Code cleanup
* Code cleanup
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/dependencies.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/dependencies.h b/toolsrc/include/vcpkg/dependencies.h index 8c2050b3d..964158026 100644 --- a/toolsrc/include/vcpkg/dependencies.h +++ b/toolsrc/include/vcpkg/dependencies.h @@ -199,5 +199,7 @@ namespace vcpkg::Dependencies const StatusParagraphs& status_db, const CreateInstallPlanOptions& options = {}); - void print_plan(const std::vector<AnyAction>& action_plan, const bool is_recursive = true); + void print_plan(const std::vector<AnyAction>& action_plan, + const bool is_recursive = true, + const fs::path& default_ports_dir = ""); } |
