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