From 920ed11a433b0e292a18adb8c68829a00e8c70cc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 26 May 2020 21:35:59 +0300 Subject: Allow process path values and targets as buildscript program names Also deduce the recipe name. --- libbuild2/variable.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/variable.cxx') diff --git a/libbuild2/variable.cxx b/libbuild2/variable.cxx index ed710af..e0502ef 100644 --- a/libbuild2/variable.cxx +++ b/libbuild2/variable.cxx @@ -1083,6 +1083,8 @@ namespace build2 const string& k ((i++)->value); + // NOTE: see also build::script::parser::parse_program(). + // if (k == "name") { if (!i->simple ()) -- cgit v1.1