Import environment variables in build system
This commit is contained in:
parent
e1887696c0
commit
d5da6f884d
@ -1,6 +1,6 @@
|
|||||||
# Setup
|
# Setup
|
||||||
import os
|
import os
|
||||||
env = Environment()
|
env = Environment(ENV = os.environ)
|
||||||
try:
|
try:
|
||||||
env.Tool('config', toolpath = [os.environ.get('CBANG_HOME')])
|
env.Tool('config', toolpath = [os.environ.get('CBANG_HOME')])
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user