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