aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/pkgconfig.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/pkgconfig.cxx')
-rw-r--r--build2/cc/pkgconfig.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx
index d32cd61..da6614f 100644
--- a/build2/cc/pkgconfig.cxx
+++ b/build2/cc/pkgconfig.cxx
@@ -419,9 +419,7 @@ namespace build2
string name (l, 2); // Sans -l.
prerequisite_key pk {
- nullopt,
- {&lib::static_type, &out, &out, &name, target_key::nullext},
- &s};
+ nullopt, {&lib::static_type, &out, &out, &name, nullopt}, &s};
if (lib* lt = static_cast<lib*> (search_library (sysd, usrd, pk)))
{