config update

This commit is contained in:
Joseph Coffland 2014-04-10 14:56:20 -07:00
parent a9f13ed055
commit e945ce7376
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ try:
except Exception, e:
raise Exception, 'CBANG_HOME not set?\n' + str(e)
# Override mostly_static to default True
env.CBAddVariables(
BoolVariable('mostly_static', 'Link most libraries statically', 1))
env.CBLoadTools('packager run_distutils osx fah-client-version')
conf = env.CBConfigure()