aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/functions-name.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/functions-name.cxx b/libbuild2/functions-name.cxx
index 72ac2bd..e5bb366 100644
--- a/libbuild2/functions-name.cxx
+++ b/libbuild2/functions-name.cxx
@@ -278,7 +278,7 @@ namespace build2
// Note that while this function is not technically pure, we don't mark it
// as such for the same reasons as $path() above.
//
- fn["process_path"] += [](const scope* s, names ns)
+ ft["process_path"] += [](const scope* s, names ns)
{
if (s == nullptr)
fail << "target.process_path() called out of scope";