aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/compile-rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-11-22 08:22:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-11-22 08:22:49 +0200
commitc8d9235115f5c0c3b20bdb0cf59b05761cb3d3de (patch)
tree8eb09513625a157e1c436c4e156b1c87f0506c44 /libbuild2/cc/compile-rule.hxx
parent9bb8b63156f6dfb42f9ddab77f253ae0bda02d5a (diff)
Add support for `import std` in Clang 17 or later with libc++
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r--libbuild2/cc/compile-rule.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx
index a9a22c4..0886b4b 100644
--- a/libbuild2/cc/compile-rule.hxx
+++ b/libbuild2/cc/compile-rule.hxx
@@ -156,8 +156,9 @@ namespace build2
pair<dir_path, const scope&>
find_modules_sidebuild (const scope&) const;
- const file&
- make_module_sidebuild (action, const scope&, const file&,
+ pair<target&, ulock>
+ make_module_sidebuild (action, const scope&,
+ const file*, otype,
const target&, const string&) const;
const file&