* Fix scons compilation on Windows, missing pthreads include.

This commit is contained in:
Thomas Dinges
2013-10-13 09:27:48 +00:00
parent 54be5f2cf5
commit cb0c279d4d

View File

@@ -42,4 +42,7 @@ incs = [
'../../windowmanager',
]
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
incs.append(env['BF_PTHREADS_INC'])
env.BlenderLib('bf_editors_mask', sources, incs, defs, libtype=['core'], priority=[100])