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 'tools/btools.py')
-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'