Fix compile with scons, after thread commit in r38185

This commit is contained in:
Nathan Letwory 2011-07-07 13:57:20 +00:00
parent 4d7449b336
commit 5e6abb8004

@ -40,6 +40,8 @@ incs = ['.',
'#source/blender/gpu',
'#extern/glew/include']
incs.append(env['BF_PTHREADS_INC'])
defs = [ 'GLEW_STATIC' ]
if env['WITH_BF_PYTHON']: