[PATCH] mldev: disable build on Windows
David Marchand
david.marchand at redhat.com
Fri Mar 10 10:19:51 CET 2023
On Fri, Mar 10, 2023 at 10:18 AM Thomas Monjalon <thomas at 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
More information about the dev
mailing list