aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-05 13:18:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-05 17:53:46 +0300
commit719a878ea705fad59e60fe15625aacaab2684a81 (patch)
tree1cdff9e006938ae767d7ad91ad2ab1aa26fbda82 /load
parent6b6e71bf65cd0960d21acc800f3dc7fde0fa485e (diff)
Align with latest bdep-new
Diffstat (limited to 'load')
-rw-r--r--load/buildfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/load/buildfile b/load/buildfile
index 790e1d9..11252b2 100644
--- a/load/buildfile
+++ b/load/buildfile
@@ -27,6 +27,9 @@ if $cli.configured
# them when cleaning in src (so that clean results in a state identical to
# distributed).
#
- cli.cxx{*}: dist = true
- cli.cxx{*}: clean = ($src_root != $out_root)
+ cli.cxx{*}:
+ {
+ dist = true
+ clean = ($src_root != $out_root)
+ }
}