aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-06 02:00:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-06 02:00:31 +0300
commit82c129201a2081ead401a1e2d681cb8bc5688a64 (patch)
treeb515b3a858aa4f9f796fc208afd69ec53c6db2c4
parent5a07ddb783af3c9ce3f7f6f43657f7bd0122a991 (diff)
Align with latest bdep-new
-rw-r--r--buildfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 0784d6b..366866f 100644
--- a/buildfile
+++ b/buildfile
@@ -3,8 +3,12 @@
# license : MIT; see accompanying LICENSE file
define sh: file
-sh{*}: extension =
-sh{*}: install = bin/
+
+sh{*}:
+{
+ extension =
+ install = bin/
+}
./: msvc-common/exe{msvc-filter} \
sh{cl-* lib-* link-* mt-* rc-*} \