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:
authorMartin Poirier <theeth@yahoo.com>2008-09-19 01:18:53 +0400
committerMartin Poirier <theeth@yahoo.com>2008-09-19 01:18:53 +0400
commitec6bd008c1899986c619ce1976709eac1c1c1e0c (patch)
treedbdcea811f08f91281155b72fb2ea373103222be
parent5f25e52c20298dc7ac7e13bbe62f6055cde89b02 (diff)
fixing scons build. needed BoolOption in argument definition
-rwxr-xr-xtools/btools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index ffefef06a5a..8fb38646432 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -258,7 +258,7 @@ def read_opts(cfg, args):
('BF_WINTAB', 'WinTab base dir', ''),
('BF_WINTAB_INC', 'WinTab include dir', ''),
('BF_CXX', 'c++ base path for libstdc++, only used when static linking', ''),
- ('WITH_BF_STATICCXX', 'static link to stdc++', 'false'),
+ (BoolOption('WITH_BF_STATICCXX', 'static link to stdc++', 'false')),
('BF_CXX_LIB_STATIC', 'static library path for stdc++', ''),
##
##WITH_BF_NSPR = 'true'