Re: [Mesa-dev] [PATCH] scons: Add support for Intel Compiler.

2012-08-01 Thread Brian Paul
On 08/01/2012 12:05 AM, Vinson Lee wrote: The patch makes the SCons build with Intel Compiler successful. Signed-off-by: Vinson Lee --- scons/gallium.py |6 ++ src/gallium/winsys/svga/drm/SConscript |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) dif

[Mesa-dev] [PATCH] scons: Add support for Intel Compiler.

2012-08-01 Thread Vinson Lee
The patch makes the SCons build with Intel Compiler successful. Signed-off-by: Vinson Lee --- scons/gallium.py |6 ++ src/gallium/winsys/svga/drm/SConscript |2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/scons/gallium.py b/scons/gallium.py