File: build.rs

package info (click to toggle)
rust-libsensors-sys 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (3 lines) | stat: -rw-r--r-- 66 bytes parent folder | download
1
2
3
fn main() {
    println!("cargo:rustc-link-lib=dylib=sensors");
}