From ee02acafdcd9bd21d4daf41cee5ca15e94561630 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 9 Jun 2020 13:20:03 +0200 Subject: Move C++ modules sidebuild to build/cc/build/modules/ subdirectory --- libbuild2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/compile-rule.cxx') diff --git a/libbuild2/cc/compile-rule.cxx b/libbuild2/cc/compile-rule.cxx index cb9da94..1758749 100644 --- a/libbuild2/cc/compile-rule.cxx +++ b/libbuild2/cc/compile-rule.cxx @@ -5283,7 +5283,7 @@ namespace build2 // dir_path pd (as->out_path () / as->root_extra->build_dir / - modules_sidebuild_dir /= + module_build_modules_dir /= x); const scope* ps (&ctx.scopes.find (pd)); -- cgit v1.1