diff options
Diffstat (limited to 'libbuild2/cc/compile-rule.cxx')
-rw-r--r-- | libbuild2/cc/compile-rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |