diff options
Diffstat (limited to 'build2/cc/install.cxx')
-rw-r--r-- | build2/cc/install.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/cc/install.cxx b/build2/cc/install.cxx index 6195ab7..e1e5719 100644 --- a/build2/cc/install.cxx +++ b/build2/cc/install.cxx @@ -42,7 +42,7 @@ namespace build2 if ((t.is_a<exe> () || t.is_a<libs> ()) && (p.is_a<lib> () || p.is_a<libs> ())) { - const target* pt (&p.search ()); + const target* pt (&p.search (t)); // If this is the lib{} group, pick a member which we would link. // |