diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-22 08:22:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-11-22 08:22:49 +0200 |
commit | c8d9235115f5c0c3b20bdb0cf59b05761cb3d3de (patch) | |
tree | 8eb09513625a157e1c436c4e156b1c87f0506c44 /libbuild2/cc/compile-rule.hxx | |
parent | 9bb8b63156f6dfb42f9ddab77f253ae0bda02d5a (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.hxx | 5 |
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& |