Module: Mesa
Branch: glsl-pp-rework-2
Commit: e1eed5670246e08119ed7e4afa5313e7717b8128
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1eed5670246e08119ed7e4afa5313e7717b8128

Author: Michal Krol <mic...@vmware.com>
Date:   Thu Sep 24 10:56:01 2009 +0200

glsl/pp: Allow builds on all platforms.

---

 src/glsl/pp/SConscript |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/glsl/pp/SConscript b/src/glsl/pp/SConscript
index 621db1e..5bd615c 100644
--- a/src/glsl/pp/SConscript
+++ b/src/glsl/pp/SConscript
@@ -1,8 +1,5 @@
 Import('*')
 
-if env['platform'] not in ['windows']:
-    Return()
-
 env = env.Clone()
 
 glsl = env.StaticLibrary(

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to