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
path: root/tools
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-01-05 17:30:55 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-01-05 17:30:55 +0300
commit88485f7c03723f67d423141c926ce9845d5881bf (patch)
treee15fb8039049c2b635c667430764ec4b748ab8fe /tools
parenta1034a0526aa81c5901ba924aec0bb74413edee7 (diff)
Fix #20569: scons missing BF_NO_ELBEEM from allowed command line options.
Diffstat (limited to 'tools')
-rw-r--r--tools/btools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 556cb9b901a..b3a97f96417 100644
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -77,7 +77,8 @@ def validate_arguments(args, bc):
'BF_VERSION',
'BF_GHOST_DEBUG',
'WITH_BF_RAYOPTIMIZATION',
- 'BF_RAYOPTIMIZATION_SSE_FLAGS'
+ 'BF_RAYOPTIMIZATION_SSE_FLAGS',
+ 'BF_NO_ELBEEM'
]
# Have options here that scons expects to be lists