[Bf-blender-cvs] [3f1a590] master: fix scons / cmake desynchronization issue with including carve headers

Martijn Berger noreply at git.blender.org
Thu Feb 13 20:40:39 CET 2014


Commit: 3f1a5902b9c575d18833d48006a1e0e08c881a2e
Author: Martijn Berger
Date:   Thu Feb 13 20:40:19 2014 +0100
https://developer.blender.org/rB3f1a5902b9c575d18833d48006a1e0e08c881a2e

fix scons / cmake desynchronization issue with including carve headers

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

M	source/blender/modifiers/SConscript

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

diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript
index 5eb62a0..a0dfb27 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -51,6 +51,7 @@ incs = [
 defs = []
 
 if env ['WITH_BF_BOOLEAN']:
+    incs.append('#/extern/carve')
     defs.append('WITH_MOD_BOOLEAN')
 
 if env['WITH_BF_REMESH']:




More information about the Bf-blender-cvs mailing list