aboutsummaryrefslogtreecommitdiff
path: root/build2/spec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/spec.hxx')
-rw-r--r--build2/spec.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/spec.hxx b/build2/spec.hxx
index 2af74db..8b62150 100644
--- a/build2/spec.hxx
+++ b/build2/spec.hxx
@@ -31,6 +31,7 @@ namespace build2
scope* root_scope = nullptr;
dir_path out_base;
path buildfile; // Empty if implied.
+ bool forwarded = false;
};
struct opspec: vector<targetspec>