From: Bin Guo <[email protected]> Clear summary_info first, otherwise there will be redundant output about build environment.
Signed-off-by: Bin Guo <[email protected]> Tested-by: Alex Bennée <[email protected]> Reviewed-by: Alex Bennée <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 8111e62bf12..db87358d62d 100644 --- a/meson.build +++ b/meson.build @@ -4650,6 +4650,7 @@ summary_info += {'Download dependencies': get_option('wrap_mode') != 'nodownload summary(summary_info, bool_yn: true, section: 'Build environment') # Directories +summary_info = {} summary_info += {'Install prefix': get_option('prefix')} summary_info += {'BIOS directory': qemu_datadir} pathsep = host_os == 'windows' ? ';' : ':' -- 2.52.0
