From 5a5ce7b26496aac4d29ac6d98ee524427b07587b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Aug 2019 15:15:38 +0200 Subject: old/new_src_root --- libbuild2/context.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libbuild2/context.hxx') 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&, -- cgit v1.1