libburn-sys/build.rs

3 lines
63 B
Rust
Raw Permalink Normal View History

fn main() {
println!("cargo::rustc-link-lib=dylib=burn");
}