diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 02:20:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 02:20:31 +0300 |
commit | 514aa7b25bb6ec911b667d9e08e108f5e2b48665 (patch) | |
tree | 21cf7836edbe90255335047a0f94a1ae582ffd2a /libbrep | |
parent | 719a878ea705fad59e60fe15625aacaab2684a81 (diff) |
Align with latest bdep-new some more
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/buildfile | 8 |
1 files changed, 6 insertions, 2 deletions
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 |