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

-- 
Stuart Young (aka Cefiar)
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to