From d64ae97f6865bc25d496485622530e2a090c2eb4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Aug 2019 12:11:48 +0200 Subject: Implement dynamic loading of build system modules --- libbuild2/context.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libbuild2/context.cxx') diff --git a/libbuild2/context.cxx b/libbuild2/context.cxx index e7f9751..2f5e2af 100644 --- a/libbuild2/context.cxx +++ b/libbuild2/context.cxx @@ -461,10 +461,7 @@ namespace build2 // Build system interface version. In particular, it is embedded into // build system modules as load_suffix. // - set ("build.version.interface", - v.pre_release () - ? v.string_project_id () - : to_string (v.major ()) + '.' + to_string (v.minor ())); + set ("build.version.interface", build_version_interface); // Allow detection (for example, in tests) whether this is a staged // toolchain. -- cgit v1.1