Mesa (glsl-pp-rework-2): glsl/apps: 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: db097a9a3ff532d37875b8cd911dda0515a60dcd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db097a9a3ff532d37875b8cd911dda0515a60dcd

Author: Michal Krol <michal at vmware.com>
Date:   Thu Sep 24 10:54:56 2009 +0200

glsl/apps: Allow builds on all platforms.

---

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

diff --git a/src/glsl/apps/SConscript b/src/glsl/apps/SConscript
index 12a0018..5802011 100644
--- 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':




More information about the mesa-commit mailing list