diff options
author | José Fonseca <[email protected]> | 2011-09-20 20:40:05 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2011-09-20 20:41:57 +0100 |
commit | f8aeb1c990b6e127497da1e46e0e4cdcb67ce9b3 (patch) | |
tree | f648d31b41a73fd1ec41c3a18ac525475faaf0c2 /src/glx/SConscript | |
parent | 6da8c21124152c68fb968b196895f2c881a24280 (diff) |
scons: MacOSX build fixes.
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r-- | src/glx/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript index afef33727df..fc8ad771b1c 100644 --- a/src/glx/SConscript +++ b/src/glx/SConscript @@ -1,8 +1,5 @@ Import('*') -if env['platform'] == 'windows': - Return() - env = env.Clone() env.Prepend(CPPPATH = [ |