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:
authorThomas Dinges <blender@dingto.org>2013-04-28 20:52:51 +0400
committerThomas Dinges <blender@dingto.org>2013-04-28 20:52:51 +0400
commit674d82d783ed6cd664fec51acb7fcc451a505077 (patch)
tree2a4f3ec9ebbd499c5136dde451aa27b915b79280 /source/blender/python/SConscript
parent608dc78241c98341c8fb4cab12d73f148adf0471 (diff)
Fluid UI:
* Display Simulation threads only, when built with OpenMP.
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 4fb6d771c5b..db5817e6b38 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -169,6 +169,9 @@ if env['WITH_BF_OIIO']:
if env['WITH_BF_PLAYER']:
defs.append('WITH_PLAYER')
+
+if env['WITH_BF_OPENMP']:
+ defs.append('WITH_OPENMP')