Re: [RFC PATCH] meson.build: fix cosmetics of compiler display

2021-05-21 Thread Thomas Huth
On 21/05/2021 15.44, Alex Bennée wrote: If you specify something like --cc="ccache gcc" on your configure line the summary output misses the rest of the cmd_array. Do some string joining to make it complete. Signed-off-by: Alex Bennée --- meson.build | 8 1 file changed, 4 insertions

[RFC PATCH] meson.build: fix cosmetics of compiler display

2021-05-21 Thread Alex Bennée
If you specify something like --cc="ccache gcc" on your configure line the summary output misses the rest of the cmd_array. Do some string joining to make it complete. Signed-off-by: Alex Bennée --- meson.build | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meson.bui