Re: [Mesa-dev] [PATCH] scons: Disable build of assembly sources on Cygwin.

2012-09-28 Thread Brian Paul
On 09/28/2012 12:35 AM, Vinson Lee wrote: The assembly sources currently do not build on Cygwin. Signed-off-by: Vinson Lee --- src/mapi/glapi/SConscript |2 +- src/mesa/SConscript |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/SConscript b/

[Mesa-dev] [PATCH] scons: Disable build of assembly sources on Cygwin.

2012-09-28 Thread Vinson Lee
The assembly sources currently do not build on Cygwin. Signed-off-by: Vinson Lee --- src/mapi/glapi/SConscript |2 +- src/mesa/SConscript |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/SConscript b/src/mapi/glapi/SConscript index ad007a6..c336c