projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321aef7
)
scons: Build glew on all platforms.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 2 Jan 2010 01:12:35 +0000
(
01:12
+0000)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 2 Jan 2010 01:12:35 +0000
(
01:12
+0000)
It is required for progs.
src/glew/SConscript
patch
|
blob
|
history
diff --git
a/src/glew/SConscript
b/src/glew/SConscript
index 0c50abf6c756d7230df5707f586e7f8ec49aa7e5..1d7dbb9b78f96d43bbc9c6fe8d00a5954e508ec3 100644
(file)
--- a/
src/glew/SConscript
+++ b/
src/glew/SConscript
@@
-1,8
+1,5
@@
Import('*')
-if env['platform'] not in ['windows', 'linux']:
- Return()
-
# Shared environment settings
env = env.Clone()