]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: More readable compiler command
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 8 Aug 2023 20:53:59 +0000 (22:53 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:35 +0000 (13:28 +0100)
meson/summary/meson.build

index d146dadb0df0e5844d32aa64e6319b3c5c50408b..a9db992a7a9430516fa8a29c30970a02072f452d 100644 (file)
@@ -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')