aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile')
-rw-r--r--build2/cc/compile8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/cc/compile b/build2/cc/compile
index 5bff6b1..6c00b73 100644
--- a/build2/cc/compile
+++ b/build2/cc/compile
@@ -42,10 +42,10 @@ namespace build2
private:
void
- append_lib_options (cstrings&, target&) const;
+ append_lib_options (cstrings&, target&, scope&, lorder) const;
void
- hash_lib_options (sha256&, target&) const;
+ hash_lib_options (sha256&, target&, scope&, lorder) const;
// Mapping of include prefixes (e.g., foo in <foo/bar>) for auto-
// generated headers to directories where they will be generated.
@@ -63,10 +63,10 @@ namespace build2
append_prefixes (prefix_map&, target&, const variable&) const;
void
- append_lib_prefixes (prefix_map&, target&) const;
+ append_lib_prefixes (prefix_map&, target&, scope&, lorder) const;
prefix_map
- build_prefix_map (target&, lorder) const;
+ build_prefix_map (target&, scope&, lorder) const;
// Reverse-lookup target type from extension.
//