aboutsummaryrefslogtreecommitdiff
path: root/bdep/build.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-06 08:28:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-06 08:28:53 +0200
commit7cc8afb67fecf61994ad6c345559617f374e9d20 (patch)
treef48380539e68c44c935160a1fc0552e5b4bb8916 /bdep/build.txx
parentfce9d3ac79e3ec628baab107b3e71ff815721951 (diff)
Add argument grouping support for dependencies in bdep-{sync,init}cluster-sync
Diffstat (limited to 'bdep/build.txx')
-rw-r--r--bdep/build.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/build.txx b/bdep/build.txx
index c546559..0c128b4 100644
--- a/bdep/build.txx
+++ b/bdep/build.txx
@@ -125,7 +125,7 @@ namespace bdep
// Pre-sync the configuration to avoid triggering the build system hook
// (see sync for details).
//
- cmd_sync (o, prj, c, strings () /* pkg_args */, true /* implicit */);
+ cmd_sync (o, prj, c, true /* implicit */);
build (o, c, ps, cfg_vars);
}