mirror of
git://slackware.nl/current.git
synced 2024-11-16 07:48:02 +01:00
b3d88c8ae0
ap/vim-9.0.1677-x86_64-1.txz: Upgraded. n/nftables-1.0.8-x86_64-1.txz: Upgraded. x/xeyes-1.3.0-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.1677-x86_64-1.txz: Upgraded. testing/packages/rust-1.71.0-x86_64-1.txz: Added.
11 lines
398 B
Diff
11 lines
398 B
Diff
--- ./compiler/rustc_llvm/build.rs.orig 2020-11-16 08:01:53.000000000 -0600
|
|
+++ ./compiler/rustc_llvm/build.rs 2020-11-19 13:46:21.222785372 -0600
|
|
@@ -234,6 +234,8 @@
|
|
println!("cargo:rustc-link-lib={}={}", kind, name);
|
|
}
|
|
|
|
+ println!("cargo:rustc-link-lib=dylib=ffi");
|
|
+
|
|
// LLVM ldflags
|
|
//
|
|
// If we're a cross-compile of LLVM then unfortunately we can't trust these
|