Commit: 1b0214cb882985e4867bddce128a4b2d4f89660a
Author: Tamito Kajiyama
Date:   Thu Oct 2 17:49:35 2014 +0900
Branches: master
https://developer.blender.org/rB1b0214cb882985e4867bddce128a4b2d4f89660a

Freestyle: Fix for a compiler failure in makesrna.

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

M       source/blender/makesrna/SConscript

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

diff --git a/source/blender/makesrna/SConscript 
b/source/blender/makesrna/SConscript
index 7abda87..8988810 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -126,6 +126,10 @@ if env['WITH_BF_OPENAL']:
 if env['WITH_BF_JACK']:
     defs.append('WITH_JACK')
 
+if env['WITH_BF_FREESTYLE']:
+    defs.append('WITH_FREESTYLE')
+    incs += ' ../freestyle'
+
 if env['OURPLATFORM'] == 'linux':
     cflags='-pthread'

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to