Stop using -C rpath
Closed this issue · 2 comments
brson commented
It doesn't work on windows, and the upstream implementation doesn't work the way I remembered (it doesn't encode absolute paths of deps). Instead of fixing upstream, let's just accept that using dynamic linking in Rust sucks and discourage it hard.
brson commented
cc #43 cc @alexcrichton
alexcrichton commented
To me the lack of support on Windows here is killer, otherwise I'd be totally game for fixing the upstream compiler support.