Skip to content

Commit

Permalink
working on expanding rpath to envvars
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeschmi committed Feb 25, 2016
1 parent f83ab79 commit 1ee637d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easybuild/tools/rpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def prepare_ld_wrapper():
adjust_permissions(wrapper_ld_gold, stat.S_IXUSR, add=True)

# put wrapper script in PATH
# TODO: get path to existing ld and put it in EB_LD
os.environ['PATH'] = os.pathsep.join([wrapper_dir] +
[x for x in os.environ.get('PATH', '').split(os.pathsep) if len(x) > 0])

Expand Down

0 comments on commit 1ee637d

Please sign in to comment.