Added pthread include for windows scons

This commit is contained in:
Ton Roosendaal 2009-01-12 19:14:33 +00:00
parent 03fc5696dc
commit ab39a3f2b7

@ -49,4 +49,7 @@ if env['WITH_BF_QUICKTIME']:
if env['BF_NO_ELBEEM']:
defs += ' DISABLE_ELBEEM'
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross'):
incs += ' ' + env['BF_PTHREADS_INC']
env.BlenderLib ( libname = 'bf_blenkernel', sources = sources, includes = Split(incs), defines = Split(defs), libtype=['core'], priority = [155] )