qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] meson: fix "static build" entry in summary


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] meson: fix "static build" entry in summary
Date: Wed, 7 Jun 2023 11:30:24 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.2

On 7/6/23 11:26, Paolo Bonzini wrote:
On Wed, Jun 7, 2023 at 11:09 AM Philippe Mathieu-Daudé
<philmd@linaro.org> wrote:

On 7/6/23 11:03, Paolo Bonzini wrote:
Fixes: a0cbd2e8496 ("meson: use prefer_static option", 2023-05-18)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
   meson.build | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 553c8e0b9c5..34d0444ffbb 100644
--- a/meson.build
+++ b/meson.build
@@ -4088,7 +4088,7 @@ summary_info += {'QEMU_LDFLAGS':      ' 
'.join(qemu_ldflags)}
   summary_info += {'profiler':          get_option('profiler')}
   summary_info += {'link-time optimization (LTO)': get_option('b_lto')}
   summary_info += {'PIE':               get_option('b_pie')}
-summary_info += {'static build':      config_host.has_key('CONFIG_STATIC')}
+summary_info += {'static build':      get_optin('prefer_static')}

Typo 'get_option'.

Yeah, sent after testing but before committing the obvious fix. :(

So with  the typo fixed:

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

:)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]