aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-01-31 15:34:13 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2020-01-31 18:08:57 +0300
commita9cadecf15385f93ad3eb6b6b0bdeaafd741b0a7 (patch)
tree3212b7b09d719ea8bc2688756e391ebd87dc3bc6 /libbuild2/cc/common.hxx
parent50ae0c791cf94199c4cdc1674d8562b1c00046ea (diff)
Propagate installed library out (tag) when converting to name
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r--libbuild2/cc/common.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx
index 76c8cff..a17442a 100644
--- a/libbuild2/cc/common.hxx
+++ b/libbuild2/cc/common.hxx
@@ -290,7 +290,8 @@ namespace build2
const file&
resolve_library (action,
const scope&,
- name,
+ const name&,
+ const dir_path&,
linfo,
const dir_paths&,
optional<dir_paths>&) const;