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:
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']: