aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r--libbuild2/context.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx
index 23cbdb9..31930a1 100644
--- a/libbuild2/context.hxx
+++ b/libbuild2/context.hxx
@@ -363,6 +363,11 @@ namespace build2
//
const variable* var_build_meta_operation;
+ // The old/new src_root remapping for subprojects.
+ //
+ dir_path old_src_root;
+ dir_path new_src_root;
+
public:
explicit
context (scheduler&,