aboutsummaryrefslogtreecommitdiff
path: root/bdep/build.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-15 11:48:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-15 11:48:23 +0200
commit928718963f32e73b9b6787cc2768437e1c1914ce (patch)
treea630a9b379aab05eabee20a945e446f5d8a2dca0 /bdep/build.txx
parent5268e471d239e6cb00b07a3a4ee6be71284fc28e (diff)
Fix pre-sync'inc of configurations belonging to same cluster
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 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);
}