aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-06 02:13:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-06 02:13:39 +0300
commit98a6a1494d68e74ebc979dbf1989d32e961116ad (patch)
tree373d5175f212ba79c26b50dd1ac9e00bf61ccd8c
parentf1f3c4fd33dcf4edfeea7e7afe8a72165c65808e (diff)
Align with latest bdep-new some more
-rw-r--r--odb/buildfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/odb/buildfile b/odb/buildfile
index 35d866e..93267d7 100644
--- a/odb/buildfile
+++ b/odb/buildfile
@@ -3,8 +3,12 @@
# license : GNU GPL v3; see accompanying LICENSE file
define plugin: libs
-plugin{*}: bin.lib.prefix = # No lib prefix.
-plugin{*}: backlink = true # Backlink in forwarded configs (next to exe).
+
+plugin{*}:
+{
+ bin.lib.prefix = # No lib prefix.
+ backlink = true # Backlink in forwarded configs (next to exe).
+}
# For now we use the .so extension everywhere except Windows (see
# plugin_path() in odb.cxx for details).