diff options
author | Michal Krol <[email protected]> | 2009-09-24 10:56:01 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-24 10:56:01 +0200 |
commit | e1eed5670246e08119ed7e4afa5313e7717b8128 (patch) | |
tree | d928acfc7fa9bf4572b355e77a14b76c702b7ea9 /src/glsl | |
parent | e8e3fe15e1b0f75c43e197f8875a7fae1468f584 (diff) |
glsl/pp: Allow builds on all platforms.
Diffstat (limited to 'src/glsl')
-rw-r--r-- | 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 621db1e765c..5bd615c8d7f 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( |