Skip to content

Commit ec8f929

Browse files
committed
---
yaml --- r: 5702 b: refs/heads/master c: 8215ffc h: refs/heads/master v: v3
1 parent 3276c77 commit ec8f929

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ee8e05800446765e5c8065c379ba74225f345e4d
2+
refs/heads/master: 8215ffc8221b0614694c22c89014af2c4460292a

trunk/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)