Skip to content

Commit

Permalink
add staging dir to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
leonarddevries committed Feb 8, 2019
1 parent 192cdf8 commit cd4a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ for platform, tool, flags in platforms:
options = opts,
tools = tool,
toolpath = ['.'],
ENV = {'PATH' : os.environ['PATH']},
ENV = {'PATH' : os.environ['PATH'], 'STAGING_DIR': os.environ['STAGING_DIR']},
LIBS = [],
)
env.MergeFlags(flags)
Expand Down

0 comments on commit cd4a7ce

Please sign in to comment.