From f98262e37f608330fcfce799dcacc6fbacac8f8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Apr 2018 14:25:58 +0200 Subject: Implement forwarded configurations and backlinking --- build2/spec.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/spec.hxx') 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 -- cgit v1.1