[Mesa-dev] [PATCH 1/2] meson: Be a bit more helpful when arch or OS is unknown

Guido Günther agx at sigxcpu.org
Sun Aug 26 20:17:51 UTC 2018


Hi,
On Sat, Aug 25, 2018 at 05:18:33PM +1000, Stuart Young wrote:
>    On Fri, 24 Aug 2018 at 22:23, Guido Günther <[1]agx at sigxcpu.org> wrote:
> 
>      @@ -230,7 +236,8 @@ if _platforms.contains('auto')
>         elif ['haiku'].contains(host_machine.system())
>           _platforms = ['haiku']
>         else
>      -    error('Unknown OS. Please pass -Dplatforms to set platforms.
>      Patches gladly accepted to fix this.')
>      +    error('Unknown OS. Please pass -Dplatforms to set platforms.
>      Patches gladly accepted to fix this.'.format(
>      +          host_machine.system()))
>         endif
>       endif
> 
>    Did you mean that last "Unknown OS." to be "Unknown OS @0 at ." like all the
>    others?

Thanks for catching this, I'll send out a fixed version.
 -- Guido


More information about the mesa-dev mailing list