Re: [Mesa-dev] [PATCH mesa] travis: move include path from $CC to $CFLAGS

2017-10-04 Thread Eric Engestrom
On Wednesday, 2017-10-04 14:23:46 +0100, Emil Velikov wrote: > On 4 October 2017 at 14:10, Eric Engestrom wrote: > > Signed-off-by: Eric Engestrom > Considering things still work (I'll push the wayland fix in a second) Yeah, it worked for the meson build, but the make one is broken anyway, so ki

Re: [Mesa-dev] [PATCH mesa] travis: move include path from $CC to $CFLAGS

2017-10-04 Thread Emil Velikov
On 4 October 2017 at 14:10, Eric Engestrom wrote: > Signed-off-by: Eric Engestrom Considering things still work (I'll push the wayland fix in a second) Reviewed-by: Emil Velikov -Emil ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://li

[Mesa-dev] [PATCH mesa] travis: move include path from $CC to $CFLAGS

2017-10-04 Thread Eric Engestrom
Signed-off-by: Eric Engestrom --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c87f60ec12c7a287a2c..19fd6acf3b9e4d6d9a8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -507,7 +507,7 @@ script: test -n "$OVERRIDE_CXX" &&