From 98a6a1494d68e74ebc979dbf1989d32e961116ad Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 6 Mar 2019 02:13:39 +0300 Subject: Align with latest bdep-new some more --- odb/buildfile | 8 ++++++-- 1 file 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). -- cgit v1.1