projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a58360d
)
glsl/apps: Allow builds on all platforms.
author
Michal Krol
<michal@vmware.com>
Thu, 24 Sep 2009 08:54:56 +0000
(10:54 +0200)
committer
Michal Krol
<michal@vmware.com>
Thu, 24 Sep 2009 08:54:56 +0000
(10:54 +0200)
src/glsl/apps/SConscript
patch
|
blob
|
history
diff --git
a/src/glsl/apps/SConscript
b/src/glsl/apps/SConscript
index 12a0018d1c24fef493c363b7c7ac74a01dff48be..5802011bf5ef456a85109fe452e4b4ad2b1c50fb 100644
(file)
--- a/
src/glsl/apps/SConscript
+++ b/
src/glsl/apps/SConscript
@@
-1,8
+1,5
@@
Import('*')
-if env['platform'] not in ['windows']:
- Return()
-
env = env.Clone()
if env['platform'] == 'windows':