On Fri, Mar 10, 2023 at 10:18 AM Thomas Monjalon <tho...@monjalon.net> wrote:
>
> The build breaks because of the weak symbols, so we can define this cause:
>
> Fixes: 9637de38a2e3 ("mldev: add scalar type conversion")

I was not 100% sure but it seems the best one yes.

>
> 10/03/2023 10:07, David Marchand:
> > --- a/lib/mldev/meson.build
> > +++ b/lib/mldev/meson.build
> > +if is_windows
> > +    subdir_done()
> > +endif
>
> More complete handling:
>
> if is_windows
>     build = false
>     reason = 'not supported on Windows'
>     subdir_done()
> endif

Indeed... v2 in progress.


-- 
David Marchand

Reply via email to