diff options
author | Michal Krol <[email protected]> | 2009-09-24 10:54:56 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-24 10:54:56 +0200 |
commit | db097a9a3ff532d37875b8cd911dda0515a60dcd (patch) | |
tree | 0de4f00f2e28c41225c1120b12ecb3be9ee7189c | |
parent | a58360dbc2ee1ef919ecd50bd46cb57a151b8550 (diff) |
glsl/apps: Allow builds on all platforms.
-rw-r--r-- | 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 12a0018d1c2..5802011bf5e 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': |