aboutsummaryrefslogtreecommitdiff
path: root/build2/search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/search.cxx')
-rw-r--r--build2/search.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/search.cxx b/build2/search.cxx
index 69e9986..960229b 100644
--- a/build2/search.cxx
+++ b/build2/search.cxx
@@ -117,7 +117,7 @@ namespace build2
if (auto f = ctk.type->fixed_extension)
ext = f (ctk);
else if (auto f = ctk.type->default_extension)
- ext = f (ctk, *s, true);
+ ext = f (ctk, *s, nullptr, true);
if (!ext)
{