diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-26 07:32:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-30 13:03:07 +0200 |
commit | c0303569afe979f3965228835ac902dce2e940c2 (patch) | |
tree | bb4796b61d74fae286d0a8d328968a503c2bade6 /libbuild2/cc/compile-rule.hxx | |
parent | 7801dc763e50fcecc8a370f78fe33b5e86e1c8a3 (diff) |
Start adapting module mapper to latest GCC protocol
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index e52fed9..87d79bb 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -134,7 +134,7 @@ namespace build2 pair<const file*, bool> enter_header (action, const scope&, file&, linfo, - path&&, bool, + path&&, bool, bool, optional<prefix_map>&, srcout_map&) const; optional<bool> |