scons: Build glew on all platforms.
[mesa.git] / src / glew / SConscript
index 0c50abf6c756d7230df5707f586e7f8ec49aa7e5..1d7dbb9b78f96d43bbc9c6fe8d00a5954e508ec3 100644 (file)
@@ -1,8 +1,5 @@
 Import('*')
 
-if env['platform'] not in ['windows', 'linux']:
-    Return()
-
 # Shared environment settings
 env = env.Clone()