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

Stuart Young cefiar at gmail.com
Sat Aug 25 07:18:33 UTC 2018


On Fri, 24 Aug 2018 at 22:23, Guido Günther <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?

-- 
Stuart Young (aka Cefiar)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180825/bffe77ef/attachment.html>


More information about the mesa-dev mailing list