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:
authorCampbell Barton <ideasman42@gmail.com>2013-05-20 18:38:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-20 18:38:43 +0400
commit0fb5c9117fdb9ad24184a2dad2ad1c8c66565aaa (patch)
tree00cd1944b37f2c13d0b9b7ad09b2fc1f97c8adf0 /source/blender/python/SConscript
parent19f11fc7834defd37b1233799776b645035a7f62 (diff)
no need to add own define for openmp.
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index db5817e6b38..d3905a6f413 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -170,10 +170,6 @@ if env['WITH_BF_OIIO']:
if env['WITH_BF_PLAYER']:
defs.append('WITH_PLAYER')
-if env['WITH_BF_OPENMP']:
- defs.append('WITH_OPENMP')
-
-
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'win64-mingw', 'linuxcross', 'win64-vc'):
incs += ' ' + env['BF_PTHREADS_INC']