about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/build.rs
blob: b93c17793bf374684e99a7f6e6ea55feed48ec28 (plain)
1
2
3
4
5
6
// TODO: remove this file and deps/libLLVM-18-rust-1.78.0-nightly.so when
// https://github.com/rust-lang/rust/pull/121967 is merged.
fn main() {
    println!("cargo:rerun-if-changed=deps/libLLVM-18-rust-1.78.0-nightly.so");
    println!("cargo:rustc-link-search=deps");
}