From 520140a6c9b3da38673946a84ed0c3d8864025e1 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 9 Nov 2010 12:31:11 -0800 Subject: winsys/xlib: Add cygwin to SConscript. Fixes SCons NameError exception on Cygwin. --- src/gallium/winsys/sw/xlib/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/winsys/sw') diff --git a/src/gallium/winsys/sw/xlib/SConscript b/src/gallium/winsys/sw/xlib/SConscript index 2af6153b4c..df01a9ec2b 100644 --- a/src/gallium/winsys/sw/xlib/SConscript +++ b/src/gallium/winsys/sw/xlib/SConscript @@ -4,7 +4,7 @@ Import('*') -if env['platform'] == 'linux': +if env['platform'] in ('cygwin', 'linux'): env = env.Clone() -- cgit v1.2.3