From dd4a389117812f0d3b45473d87214d67d0cb4a3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 12 Dec 2015 09:00:14 +0200 Subject: Add bin.libprefix to override default library prefix --- build/bin/module.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/bin/module.cxx') diff --git a/build/bin/module.cxx b/build/bin/module.cxx index e17463c..5f65b8d 100644 --- a/build/bin/module.cxx +++ b/build/bin/module.cxx @@ -57,6 +57,8 @@ namespace build v.find ("bin.liba.lib", strings_type); v.find ("bin.libso.lib", strings_type); v.find ("bin.rpath", strings_type); //@@ VAR paths_type + + v.find ("bin.libprefix", string_type); } // Register target types. @@ -152,6 +154,7 @@ namespace build if (const value& v = config::optional (r, "config.bin.rpath")) b.assign ("bin.rpath") += as (v); + // Configure "installability" of our target types. // install::path (b, dir_path ("bin")); // Install into install.bin. -- cgit v1.1