diff options
Diffstat (limited to 'mod/buildfile')
-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} |