9b9c87b18201479ea66eb7e6b55.../install/bcr_bot/share/bcr_bot/rust/build.rs

11 lines
339 B
Rust

// use std::path::Path;
fn main() {
// let lib_dir = Path::new("../../../lib")
// .canonicalize()
// .expect("Could not find '../../../lib'");
// // This allows building Rust packages that depend on message crates without
// // sourcing the install directory first.
// println!("cargo:rustc-link-search={}", lib_dir.display());
}