oden/third-party/vendor/com-rs/build.rs
2024-03-08 11:03:01 -08:00

3 lines
63 B
Rust

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