From 674d82d783ed6cd664fec51acb7fcc451a505077 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 28 Apr 2013 16:52:51 +0000 Subject: Fluid UI: * Display Simulation threads only, when built with OpenMP. --- source/blender/python/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/python/SConscript') 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') -- cgit v1.2.3