diff options
Diffstat (limited to 'compiler/rustc_codegen_gcc/build.rs')
| -rw-r--r-- | compiler/rustc_codegen_gcc/build.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/build.rs b/compiler/rustc_codegen_gcc/build.rs new file mode 100644 index 00000000000..b93c17793bf --- /dev/null +++ b/compiler/rustc_codegen_gcc/build.rs @@ -0,0 +1,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"); +} |
