[Bf-blender-cvs] [429741a] gooseberry: Gooseberry: Attempt to fix compilation error with scons

Sergey Sharybin noreply at git.blender.org
Thu May 7 10:02:08 CEST 2015


Commit: 429741ac198455564806fdbe351d666258711658
Author: Sergey Sharybin
Date:   Thu May 7 13:01:42 2015 +0500
Branches: gooseberry
https://developer.blender.org/rB429741ac198455564806fdbe351d666258711658

Gooseberry: Attempt to fix compilation error with scons

===================================================================

M	source/blender/editors/hair/SConscript

===================================================================

diff --git a/source/blender/editors/hair/SConscript b/source/blender/editors/hair/SConscript
index 2e715a0..d34bb48 100644
--- a/source/blender/editors/hair/SConscript
+++ b/source/blender/editors/hair/SConscript
@@ -51,4 +51,4 @@ defs = ['BF_GL_DEFINITIONS']
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):
     incs += ' ' + env['BF_PTHREADS_INC']
 
-env.BlenderLib ( 'bf_editors_hair', sources, Split(incs), defs, libtype=['core'], priority=[45] )
+env.BlenderLib ( 'bf_editors_hair', sources, Split(incs), defs, libtype=['core'], priority=[344] )




More information about the Bf-blender-cvs mailing list