glsl/apps: Allow builds on all platforms.

This commit is contained in:
Michal Krol
2009-09-24 10:54:56 +02:00
parent a58360dbc2
commit db097a9a3f
-3
View File
@@ -1,8 +1,5 @@
Import('*')
if env['platform'] not in ['windows']:
Return()
env = env.Clone()
if env['platform'] == 'windows':