glew: Include X11 headers and libraries in SCons build.
Fixes Mac OS X SCons build.
This commit is contained in:
@@ -15,6 +15,7 @@ if env['platform'] == 'windows':
|
||||
'user32',
|
||||
])
|
||||
else:
|
||||
env.Tool('x11')
|
||||
env.PrependUnique(LIBS = [
|
||||
'GLU',
|
||||
'GL',
|
||||
|
||||
Reference in New Issue
Block a user