From 928718963f32e73b9b6787cc2768437e1c1914ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Sep 2021 11:48:23 +0200 Subject: Fix pre-sync'inc of configurations belonging to same cluster --- 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 0c128b4..cdf7237 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, true /* implicit */); + synced_configs_guard g (cmd_sync (o, prj, c, true /* implicit */)); build (o, c, ps, cfg_vars); } -- cgit v1.1