diff options
Diffstat (limited to 'community/rust/minimize-rpath.patch')
-rw-r--r-- | community/rust/minimize-rpath.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/rust/minimize-rpath.patch b/community/rust/minimize-rpath.patch index 1d89d7d5af..442e6698e7 100644 --- a/community/rust/minimize-rpath.patch +++ b/community/rust/minimize-rpath.patch @@ -7,8 +7,8 @@ relative path to the install prefix. This is unnecessary, so we add the install prefix to a list of absolute paths to omit in the relative path generation, and skip it there. ---- a/src/librustc_codegen_llvm/back/rpath.rs -+++ b/src/librustc_codegen_llvm/back/rpath.rs +--- a/src/librustc_codegen_ssa/back/rpath.rs ++++ b/src/librustc_codegen_ssa/back/rpath.rs @@ -59,13 +59,14 @@ debug!(" {:?}", libpath.display()); } |