diff options
Diffstat (limited to 'community/rust/llvm-with-ffi.patch')
-rw-r--r-- | community/rust/llvm-with-ffi.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/rust/llvm-with-ffi.patch b/community/rust/llvm-with-ffi.patch index 42b0895e75..b3dd209dc9 100644 --- a/community/rust/llvm-with-ffi.patch +++ b/community/rust/llvm-with-ffi.patch @@ -7,9 +7,9 @@ https://github.com/rust-lang/rust/issues/34486. --- a/src/librustc_llvm/lib.rs +++ b/src/librustc_llvm/lib.rs -@@ -432,3 +432,6 @@ - mod llvmdeps { - include! { env!("CFG_LLVM_LINKAGE_FILE") } +@@ -422,3 +422,6 @@ + } + } } + +#[link(name = "ffi")] |