From 5164c843513212ab1ac1f721c4de04b6a865eb0c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Jan 2017 16:50:40 +0200 Subject: Get rid of extension_pool --- build2/cc/pkgconfig.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/cc/pkgconfig.cxx') diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index f8d35af..6c8159f 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -417,10 +417,11 @@ namespace build2 // dir_path out; string name (l, 2); // Sans -l. - const string* ext (nullptr); prerequisite_key pk { - nullopt, {&lib::static_type, &out, &out, &name, ext}, &s}; + nullopt, + {&lib::static_type, &out, &out, &name, target_key::nullext}, + &s}; if (lib* lt = static_cast (search_library (sysd, usrd, pk))) { -- cgit v1.1