File: build.rs

package info (click to toggle)
python-deadlib 3.13.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,636 kB
  • sloc: python: 25,254; makefile: 11
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
fn main() {
    #[cfg(target_os = "linux")]
    println!("cargo:rustc-link-lib=crypt");
}