aboutsummaryrefslogtreecommitdiff
path: root/build2/spec.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-23 14:25:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-26 09:38:09 +0200
commitf98262e37f608330fcfce799dcacc6fbacac8f8a (patch)
tree080ef26d80ee6419ef3a2f27434d75136f502cb2 /build2/spec.hxx
parentc414abe13450e2b4e204f6368ba83c8916de1ebd (diff)
Implement forwarded configurations and backlinking
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>