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/build.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/build.txx') 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); } -- cgit v1.1