This is:

Reviewed-by: Andres Gomez <ago...@igalia.com>

On Wed, 2018-08-01 at 19:48 +0200, Juan A. Suarez Romero wrote:
> There is a bug with scons 2.3, used in Travis, where it fails to detect
> some C functions.
> ---
>  SConstruct | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/SConstruct b/SConstruct
> index a59a8ea210e..6e034fb968f 100644
> --- a/SConstruct
> +++ b/SConstruct
> @@ -27,6 +27,12 @@ import SCons.Util
>  
>  import common
>  
> +#######################################################################
> +# Minimal scons version
> +
> +EnsureSConsVersion(2, 4)
> +
> +
>  #######################################################################
>  # Configuration options
>  
-- 
Br,

Andres
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to