projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c3e3a
)
winsys/xlib: Add cygwin to SConscript.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 20:31:11 +0000
(12:31 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 20:31:11 +0000
(12:31 -0800)
Fixes SCons NameError exception on Cygwin.
src/gallium/winsys/sw/xlib/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/sw/xlib/SConscript
b/src/gallium/winsys/sw/xlib/SConscript
index 2af6153b4c7f31864eb4babb2b7b5d2c1aca6e51..df01a9ec2bfd0524afd9537fc14bcecaf499f4ea 100644
(file)
--- 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()