Use environment path variable

parent 4199f330
......@@ -110,7 +110,8 @@ vars.AddVariables(
)
# set environment
env = Environment(variables=vars)
env = Environment(ENV = {'PATH': os.environ['PATH']},
variables=vars)
# generate help text
Help(vars.GenerateHelpText(env))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment