From aa29434a2feebc8925307372c27a5f56021620fc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Apr 2022 14:43:43 +0200 Subject: Add header cache to cc::compile_rule::enter_header() --- libbuild2/cxx/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cxx') diff --git a/libbuild2/cxx/init.cxx b/libbuild2/cxx/init.cxx index 0ebb424..3a934db 100644 --- a/libbuild2/cxx/init.cxx +++ b/libbuild2/cxx/init.cxx @@ -868,7 +868,7 @@ namespace build2 inc }; - auto& m (extra.set_module (new module (move (d)))); + auto& m (extra.set_module (new module (move (d), rs))); m.init (rs, loc, extra.hints, *cm.x_info); return true; -- cgit v1.1