scons: Build glew on all platforms.

It is required for progs.
This commit is contained in:
José Fonseca 2010-01-02 01:12:35 +00:00
parent 321aef7da3
commit 52eb3e4235

View file

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