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/script/script.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/script/script.cxx') diff --git a/libbuild2/script/script.cxx b/libbuild2/script/script.cxx index c85bfd3..7722b47 100644 --- a/libbuild2/script/script.cxx +++ b/libbuild2/script/script.cxx @@ -350,7 +350,7 @@ namespace build2 { // Program. // - to_stream_q (o, c.program.string ()); + to_stream_q (o, c.program.recall_string ()); // Arguments. // -- cgit v1.1