Mesa (glsl-pp-rework-2): glsl/pp: Allow builds on all platforms.

Michał Król michal at kemper.freedesktop.org
Thu Sep 24 08:58:10 UTC 2009


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

Author: Michal Krol <michal at 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(




More information about the mesa-commit mailing list