diff options
Diffstat (limited to 'libbuild2/dyndep.cxx')
-rw-r--r-- | libbuild2/dyndep.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dyndep.cxx b/libbuild2/dyndep.cxx index c6294bb..68260fb 100644 --- a/libbuild2/dyndep.cxx +++ b/libbuild2/dyndep.cxx @@ -639,7 +639,7 @@ namespace build2 #else prerequisite_key pk {nullopt, {tts[0], &d, &out, &n, move (e)}, s}; - r = pk.tk.type->search (t, pk); + r = pk.tk.type->search (ctx, &t, pk); if (r == nullptr && pk.tk.out->empty ()) r = &create_new_target (ctx, pk); |