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 /mod | |
parent | 719a878ea705fad59e60fe15625aacaab2684a81 (diff) |
Align with latest bdep-new some more
Diffstat (limited to 'mod')
-rw-r--r-- | mod/buildfile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mod/buildfile b/mod/buildfile index 98e4af6..bd68bd0 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -3,9 +3,13 @@ # license : MIT; see accompanying LICENSE file define mod: libs -mod{*}: bin.lib.prefix = mod_ -mod{*}: backlink = true # Backlink in forwarded configurations. -mod{*}: install = libexec/ + +mod{*}: +{ + bin.lib.prefix = mod_ + backlink = true # Backlink in forwarded configurations. + install = libexec/ +} import libs = libodb%lib{odb} import libs += libodb-pgsql%lib{odb-pgsql} |