rpath all the things!

This commit is contained in:
Brian Anderson 2011-10-04 23:36:06 -07:00
parent ee8e058004
commit 8215ffc822

View File

@ -28,8 +28,7 @@ fn get_rpath_flags(sess: session::session, out_filename: str) -> [str] {
let target_triple = sess.get_opts().target_triple;
let rpaths = get_rpaths(cwd, sysroot, output, libs, target_triple);
rpaths_to_flags(rpaths);
[] // FIXME: Activate RPATH!
rpaths_to_flags(rpaths)
}
#[cfg(target_os="win32")]