1 2 3 4 5
fn main() { if let Ok(dir) = std::env::var("DEP_LLAMA_BACKENDS_DIR") { println!("cargo:rustc-env=GGML_BACKENDS_DIR={}", dir); } }