OSDN Git Service

scons: Build glew on all platforms.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 2 Jan 2010 01:12:35 +0000 (01:12 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 2 Jan 2010 01:12:35 +0000 (01:12 +0000)
It is required for progs.

src/glew/SConscript

index 0c50abf..1d7dbb9 100644 (file)
@@ -1,8 +1,5 @@
 Import('*')
 
-if env['platform'] not in ['windows', 'linux']:
-    Return()
-
 # Shared environment settings
 env = env.Clone()