From 83b5af87efef571b707fc1f409f22571a9f5054c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 12 Aug 2016 16:23:37 +0200 Subject: Add support for ordering modules in config.build --- build2/bin/module.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/bin') diff --git a/build2/bin/module.cxx b/build2/bin/module.cxx index 3a3f612..89f20af 100644 --- a/build2/bin/module.cxx +++ b/build2/bin/module.cxx @@ -74,6 +74,10 @@ namespace build2 using config::required; using config::optional; + // Adjust module priority (binutils). + // + config::save_module (r, "bin", 350); + // The idea here is as follows: if we already have one of // the bin.* variables set, then we assume this is static // project configuration and don't bother setting the -- cgit v1.1