From ec6bd008c1899986c619ce1976709eac1c1c1e0c Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Thu, 18 Sep 2008 21:18:53 +0000 Subject: fixing scons build. needed BoolOption in argument definition --- tools/btools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/btools.py') 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' -- cgit v1.2.3