config update
This commit is contained in:
parent
a9f13ed055
commit
e945ce7376
|
@ -6,10 +6,6 @@ try:
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
raise Exception, 'CBANG_HOME not set?\n' + str(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')
|
env.CBLoadTools('packager run_distutils osx fah-client-version')
|
||||||
conf = env.CBConfigure()
|
conf = env.CBConfigure()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue