hardware_toolkit/build.rs

4 lines
69 B
Rust
Raw Permalink Normal View History

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