]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
meson.build: fix cosmetics of compiler display
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 May 2021 16:03:15 +0000 (17:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 7 Jun 2021 13:42:47 +0000 (14:42 +0100)
commit63de93530fe7d56dc0ba8b95f1dc8ba43ec237f3
treee3caeda8285c30f45b8ef3532d7f53f8e8d32777
parent81c4edc39e550efd639f7730dd94029e04cf7b96
meson.build: fix cosmetics of compiler display

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 <alex.bennee@linaro.org>
Tested-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210527160319.19834-3-alex.bennee@linaro.org>
meson.build