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
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