We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1605928 commit b765157Copy full SHA for b765157
build.rs
@@ -0,0 +1,6 @@
1
+// TODO: remove this file and deps/libLLVM-18-rust-1.78.0-nightly.so when
2
+// https://github.com/rust-lang/rust/pull/121967 is merged.
3
+fn main() {
4
+ println!("cargo:rerun-if-changed=deps/libLLVM-18-rust-1.78.0-nightly.so");
5
+ println!("cargo:rustc-link-search=deps");
6
+}
deps/libLLVM-18-rust-1.78.0-nightly.so
@@ -0,0 +1 @@
+INPUT(libLLVM.so.18.1-rust-1.78.0-nightly)
0 commit comments