OSDN Git Service

glew: Include X11 headers and libraries in SCons build.
authorVinson Lee <vlee@vmware.com>
Mon, 5 Apr 2010 01:07:12 +0000 (18:07 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 5 Apr 2010 01:10:20 +0000 (18:10 -0700)
Fixes Mac OS X SCons build.

src/glew/SConscript

index 45375e0..4b5b5b8 100644 (file)
@@ -15,6 +15,7 @@ if env['platform'] == 'windows':
         'user32', 
     ])
 else:
+    env.Tool('x11')
     env.PrependUnique(LIBS = [
         'GLU',
         'GL',