From 7cc8afb67fecf61994ad6c345559617f374e9d20 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 6 Sep 2021 08:28:53 +0200 Subject: Add argument grouping support for dependencies in bdep-{sync,init} --- bdep/publish.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/publish.cxx') diff --git a/bdep/publish.cxx b/bdep/publish.cxx index ec0933f..3eb2d04 100644 --- a/bdep/publish.cxx +++ b/bdep/publish.cxx @@ -1065,7 +1065,7 @@ namespace bdep } for (const shared_ptr& c: scs) - cmd_sync (o, prj, c, strings () /* pkg_args */, true /* implicit */); + cmd_sync (o, prj, c, true /* implicit */); } return cmd_publish (o, prj, move (pkgs), move (dist_dirs)); -- cgit v1.1