qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] bsd-user: Only process meson rules on BSD host


From: Warner Losh
Subject: Re: [PATCH 1/2] bsd-user: Only process meson rules on BSD host
Date: Sun, 26 Sep 2021 17:31:45 -0600



On Sun, Sep 26, 2021 at 5:08 PM Richard Henderson <richard.henderson@linaro.org> wrote:
On 9/26/21 6:01 PM, Philippe Mathieu-Daudé wrote:
> Reported-by: Warner Losh <imp@bsdimp.com>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   bsd-user/meson.build | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/bsd-user/meson.build b/bsd-user/meson.build
> index 03695493408..a7607e1c884 100644
> --- a/bsd-user/meson.build
> +++ b/bsd-user/meson.build
> @@ -1,3 +1,7 @@
> +if not config_host.has_key('CONFIG_BSD')
> +  subdir_done()
> +endif

Why here and not in the parent meson.build?

I have the same question... I never know where to 'filter' when it comes to meson...

Waner 

reply via email to

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