stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / patches / rust / llvm / llvm-with-dependencies.patch
bloba27631b630f922f1c4bcda71d732e1f02e76b22e
1 --- rustc-1.48.0-src/compiler/rustc_llvm/src/lib.rs
2 +++ rustc-1.48.0-src/compiler/rustc_llvm/src/lib.rs
3 @@ -170,3 +170,10 @@
4 LLVMInitializeWebAssemblyTargetMC,
5 LLVMInitializeWebAssemblyAsmPrinter);
8 +#[link(name = "ffi")]
9 +extern {}
10 +#[link(name = "z")]
11 +extern {}
12 +#[link(name = "ncursesw")]
13 +extern {}