Skip to content

Commit 1ee637d

Browse files
committed
working on expanding rpath to envvars
1 parent f83ab79 commit 1ee637d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

easybuild/tools/rpath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def prepare_ld_wrapper():
3232
adjust_permissions(wrapper_ld_gold, stat.S_IXUSR, add=True)
3333

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

0 commit comments

Comments
 (0)