From 4001ff053071c09008e88312c4f973c417322a07 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 27 May 2020 22:21:46 +0300 Subject: Fix function family for $target.path() --- libbuild2/functions-name.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/functions-name.cxx') diff --git a/libbuild2/functions-name.cxx b/libbuild2/functions-name.cxx index ca0f8ce..9b1a80b 100644 --- a/libbuild2/functions-name.cxx +++ b/libbuild2/functions-name.cxx @@ -111,7 +111,7 @@ namespace build2 // function_family ft (m, "target"); - fn["path"] = [](const scope* s, names ns) + ft["path"] = [](const scope* s, names ns) { if (s == nullptr) fail << "target.path() called out of scope"; -- cgit v1.1