Skip to content

Commit 277cb26

Browse files
committed
Temporary plaster to fix linker error
1 parent e1135b4 commit 277cb26

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fn main() {
2+
println!("cargo:rerun-if-changed=deps/libLLVM-18-rust-1.78.0-nightly.so");
3+
println!("cargo:rustc-link-search=deps");
4+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
INPUT(libLLVM.so.18.1-rust-1.78.0-nightly)

0 commit comments

Comments
 (0)