aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/link.hxx')
-rw-r--r--build2/cc/link.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/link.hxx b/build2/cc/link.hxx
index 0256774..ed28eca 100644
--- a/build2/cc/link.hxx
+++ b/build2/cc/link.hxx
@@ -75,12 +75,12 @@ namespace build2
//
void
append_libraries (strings&,
- const file&, bool,
+ const file&, bool, lflags,
const scope&, action, linfo) const;
void
hash_libraries (sha256&,
- const file&, bool,
+ const file&, bool, lflags,
const scope&, action, linfo) const;
void