From 82c129201a2081ead401a1e2d681cb8bc5688a64 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Mar 2019 02:00:31 +0300 Subject: Align with latest bdep-new --- buildfile | 8 ++++++-- 1 file 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-*} \ -- cgit v1.1