Skip to content

Commit

Permalink
Set environment in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoffland committed Mar 16, 2014
1 parent 7f4ed5d commit b455efa
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 @@ -9,7 +9,7 @@ version = '0.2.1'
major, minor, revision = version.split('.')

# Setup
env = Environment()
env = Environment(ENV = os.environ)
env.Tool('config', toolpath = [cbang])
env.CBAddVariables(
('install_prefix', 'Instalation directory prefix', '/usr/local/'))
Expand Down

0 comments on commit b455efa

Please sign in to comment.