From 900436dd83787f2cd47e7fc37f0530fc581a3e3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Jul 2022 14:23:39 +0200 Subject: Fix incorrect function family assignment for $target.process_path() --- libbuild2/functions-name.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.1