vcpkg suppport (fix #81)

This commit is contained in:
Roey Darwish Dror
2018-11-10 20:22:26 +02:00
parent a9527371b4
commit 30259018c5
3 changed files with 21 additions and 0 deletions

View File

@@ -322,6 +322,10 @@ fn run() -> Result<(), Error> {
|terminal| generic::run_opam_update(terminal, opt.dry_run),
&mut execution_context,
)?);
report.push_result(execute(
|terminal| generic::run_vcpkg_update(terminal, opt.dry_run),
&mut execution_context,
)?);
report.push_result(execute(
|terminal| generic::run_pipx_update(terminal, opt.dry_run),
&mut execution_context,