From d1cc65f2e8d073692001cbc9bba24787adb6a915 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 8 Aug 2023 22:53:59 +0200 Subject: [PATCH] Meson: More readable compiler command --- meson/summary/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson/summary/meson.build b/meson/summary/meson.build index d146dadb0d..a9db992a7a 100644 --- a/meson/summary/meson.build +++ b/meson/summary/meson.build @@ -3,7 +3,7 @@ summary('System', system, section: 'System') summary('C++ Compiler', cxx.get_id(), section: 'System') summary('C++ Compiler Version', cxx.version(), section: 'System') -summary('C++ Compiler Command', cxx.cmd_array(), section: 'System') +summary('C++ Compiler Command', ' '.join(cxx.cmd_array()), section: 'System') summary('Linker', cxx.get_linker_id(), section: 'System') summary('Name', meson.project_name(), section: 'PowerDNS') -- 2.47.2