Fixing Scons compile on Windows:
*Missed PTHREAD declaration.
This commit is contained in:
		@@ -39,5 +39,8 @@ if env['WITH_BF_FHS']: # /usr -> /usr/share/blender/2.5
 | 
			
		||||
if env['BF_BUILDINFO']:
 | 
			
		||||
	defs.append('BUILD_DATE')
 | 
			
		||||
	defs.append('NAN_BUILDINFO')
 | 
			
		||||
    
 | 
			
		||||
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
 | 
			
		||||
    incs += ' ' + env['BF_PTHREADS_INC']
 | 
			
		||||
 | 
			
		||||
env.BlenderLib ( libname = 'bf_creator', sources = Split(sources), includes = Split(incs), defines = defs, libtype='core', priority = 0 )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user