Skip to content

Commit 8215ffc

Browse files
committed
rpath all the things!
1 parent ee8e058 commit 8215ffc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/comp/back/rpath.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ fn get_rpath_flags(sess: session::session, out_filename: str) -> [str] {
2828

2929
let target_triple = sess.get_opts().target_triple;
3030
let rpaths = get_rpaths(cwd, sysroot, output, libs, target_triple);
31-
rpaths_to_flags(rpaths);
32-
[] // FIXME: Activate RPATH!
31+
rpaths_to_flags(rpaths)
3332
}
3433

3534
#[cfg(target_os="win32")]

0 commit comments

Comments
 (0)