From: Michal Krol Date: Thu, 24 Sep 2009 08:56:01 +0000 (+0200) Subject: glsl/pp: Allow builds on all platforms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e1eed5670246e08119ed7e4afa5313e7717b8128;p=mesa.git glsl/pp: Allow builds on all platforms. --- 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(