diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-14 14:43:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-14 14:43:43 +0200 |
commit | aa29434a2feebc8925307372c27a5f56021620fc (patch) | |
tree | 3c1b84306268c245ac40e25c89a66f740a548152 /libbuild2/cxx/init.cxx | |
parent | 7728fe67a610c437c3303170c3a254a751169338 (diff) |
Add header cache to cc::compile_rule::enter_header()
Diffstat (limited to 'libbuild2/cxx/init.cxx')
-rw-r--r-- | libbuild2/cxx/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |