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/src/SConscript')
-rw-r--r--source/blender/src/SConscript4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/src/SConscript b/source/blender/src/SConscript
index 384ad1b1bf2..2e5dda6c772 100644
--- a/source/blender/src/SConscript
+++ b/source/blender/src/SConscript
@@ -70,7 +70,9 @@ if env['WITH_BF_ICONV']:
if env['WITH_BF_GAMEENGINE']:
defs.append('GAMEBLENDER=1')
-
+ if env['WITH_BF_SOLID']:
+ defs.append('USE_SUMO_SOLID')
+
if env['WITH_BF_FFMPEG']:
defs.append('WITH_FFMPEG')
incs += ' ' + env['BF_FFMPEG_INC']