From 1adbf7b710d52958f6c0168ccb492252c1f19d4a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 13 Mar 2020 08:48:43 +0200 Subject: Cleanup and make config/utility.?xx part of build system core --- libbuild2/cc/compile-rule.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libbuild2/cc/compile-rule.cxx') diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index a5c4cfb..1cefcc5 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -15,8 +15,6 @@ #include // mtime() #include -#include // create_project() - #include #include @@ -5316,14 +5314,14 @@ namespace build2 extra += string (x) + ".features.modules = true"; - config::create_project ( + create_project ( pd, as->out_path ().relative (pd), /* amalgamation */ {}, /* boot_modules */ extra, /* root_pre */ {string (x) + '.'}, /* root_modules */ "", /* root_post */ - false, /* config */ + nullopt, /* config */ false, /* buildfile */ "the cc module", 2); /* verbosity */ -- cgit v1.1