Clear summary_info first, otherwise there will be redundant output
about build environment.
Signed-off-by: Bin Guo <guobin@linux.alibaba.com>
---
meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/meson.build b/meson.build
index d9293294d8..73aa535d10 100644
--- a/meson.build
+++ b/meson.build
@@ -4634,6 +4634,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.50.1 (Apple Git-155)