[Bf-blender-cvs] [1b0214c] master: Freestyle: Fix for a compiler failure in makesrna.

Tamito Kajiyama noreply at git.blender.org
Thu Oct 2 10:52:39 CEST 2014


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'




More information about the Bf-blender-cvs mailing list