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/cc/compile-rule.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'build2/cc/compile-rule.cxx') diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index d6fea9f..ebcf7b8 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3853,7 +3853,10 @@ namespace build2 2); /* verbosity */ } - ps = &load_project (as->rw () /* lock */, pd, pd); + ps = &load_project (as->rw () /* lock */, + pd, + pd, + false /* forwarded */); } } -- cgit v1.1