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>2010-06-03 22:25:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-03 22:25:03 +0400
commit54d764095f904a85d78ff6f7687f5a9ce5c7a117 (patch)
tree8389e3b734da3831137eab0e621e16b67a919f9a /SConstruct
parenta545998c8445420b601594fc7eb84a357b361990 (diff)
disable openmp for blenderlite scons target
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index dc6198bd81e..c7a49217eae 100644
--- a/SConstruct
+++ b/SConstruct
@@ -268,6 +268,7 @@ if 'blenderlite' in B.targets:
target_env_defs['WITH_BF_GAMEENGINE'] = False
target_env_defs['WITH_BF_OPENAL'] = False
target_env_defs['WITH_BF_OPENEXR'] = False
+ target_env_defs['WITH_BF_OPENMP'] = False
target_env_defs['WITH_BF_ICONV'] = False
target_env_defs['WITH_BF_INTERNATIONAL'] = False
target_env_defs['WITH_BF_OPENJPEG'] = False