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]a...@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@." like all the
>    others?

Thanks for catching this, I'll send out a fixed version.
 -- Guido
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to