fixing scons build. needed BoolOption in argument definition

This commit is contained in:
Martin Poirier
2008-09-18 21:18:53 +00:00
parent 5f25e52c20
commit ec6bd008c1

View File

@@ -258,7 +258,7 @@ def read_opts(cfg, args):
('BF_WINTAB', 'WinTab base dir', ''), ('BF_WINTAB', 'WinTab base dir', ''),
('BF_WINTAB_INC', 'WinTab include dir', ''), ('BF_WINTAB_INC', 'WinTab include dir', ''),
('BF_CXX', 'c++ base path for libstdc++, only used when static linking', ''), ('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++', ''), ('BF_CXX_LIB_STATIC', 'static library path for stdc++', ''),
## ##
##WITH_BF_NSPR = 'true' ##WITH_BF_NSPR = 'true'