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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-04-27 23:51:49 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-04-27 23:51:49 +0400
commitec02fff2aada174eb8d193326232b672e856275f (patch)
tree0ceb07765c1a18b1970506b75d345a55800c7eb5 /tools
parente10cb5593648c51a6b8d2c0245915ee2f24eef63 (diff)
* make sure BF_CONFIG is an accepted ARGUMENT
Diffstat (limited to 'tools')
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index fef77200004..8c9ca669346 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -66,7 +66,7 @@ def validate_arguments(args, bc):
arg_list = ['BF_DEBUG', 'BF_QUIET', 'BF_CROSS', 'BF_UPDATE',
'BF_INSTALLDIR', 'BF_TOOLSET', 'BF_BINNAME',
'BF_BUILDDIR', 'BF_FANCY', 'BF_QUICK', 'BF_PROFILE',
- 'BF_DEBUG_FLAGS', 'BF_BSC',
+ 'BF_DEBUG_FLAGS', 'BF_BSC', 'BF_CONFIG',
'BF_PRIORITYLIST', 'BF_BUILDINFO','CC', 'CXX', "BF_QUICKDEBUG", "BF_LISTDEBUG", 'LCGDIR']
all_list = opts_list + arg_list