Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Berger <martijn.berger@gmail.com>2014-02-13 23:40:19 +0400
committerMartijn Berger <martijn.berger@gmail.com>2014-02-13 23:40:38 +0400
commit3f1a5902b9c575d18833d48006a1e0e08c881a2e (patch)
tree036c1bd63da098bb8fa7324905d0a9eb09ea63ca /source/blender/modifiers
parent0da132198521fab0c5c03fbd9a6ac759121ae7b4 (diff)
fix scons / cmake desynchronization issue with including carve headers
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript
index 5eb62a06148..a0dfb27b85c 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']: