diff options
author | Vinson Lee <vlee@vmware.com> | 2010-04-04 18:07:12 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-04-04 18:10:20 -0700 |
commit | efdd33985cb38429aeae845a556db2322957e71a (patch) | |
tree | 913a5476f2d8f6a56bd3c21a70e3cb43551d3068 | |
parent | a437601bee5f79d66c61215ed381a240d1ea7287 (diff) |
glew: Include X11 headers and libraries in SCons build.
Fixes Mac OS X SCons build.
-rw-r--r-- | src/glew/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glew/SConscript b/src/glew/SConscript index 45375e083a..4b5b5b8d0f 100644 --- a/src/glew/SConscript +++ b/src/glew/SConscript @@ -15,6 +15,7 @@ if env['platform'] == 'windows': 'user32', ]) else: + env.Tool('x11') env.PrependUnique(LIBS = [ 'GLU', 'GL', |