From 75152526696fc024628796f0633ed695d5ebc49c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 17:22:28 +0200 Subject: Move exe{} to build2 core, add fallback extensions (existing files) --- build2/search.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2/search.cxx') diff --git a/build2/search.cxx b/build2/search.cxx index 68191f5..6889a36 100644 --- a/build2/search.cxx +++ b/build2/search.cxx @@ -81,9 +81,7 @@ namespace build2 if (ext == nullptr) { if (auto f = ctk.type->extension) - { - ext = f (ctk, *cpk.scope); // Already from the pool. - } + ext = f (ctk, *cpk.scope, true); // Already from the pool. if (ext == nullptr) { -- cgit v1.1