From 514aa7b25bb6ec911b667d9e08e108f5e2b48665 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Mar 2019 02:20:31 +0300 Subject: Align with latest bdep-new some more --- libbrep/buildfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libbrep/buildfile') diff --git a/libbrep/buildfile b/libbrep/buildfile index 250c740..e649351 100644 --- a/libbrep/buildfile +++ b/libbrep/buildfile @@ -3,8 +3,12 @@ # license : MIT; see accompanying LICENSE file define sql: file -sql{*}: extension = sql -sql{*}: install = data/ + +sql{*}: +{ + extension = sql + install = data/ +} # @@ ODB: these are ODB changelogs that are both generated and stored in the # repository (what if src != out?). Will need to think how to handle -- cgit v1.1