view libpam-sys/build.rs @ 118:39760dfc9b3b

Detect PAM library based only on system lib; rename minimal lib to XSso. Also formats and assorted other cleanup.
author Paul Fisher <paul@pfish.zone>
date Sun, 29 Jun 2025 20:13:03 -0400
parents e97534be35e3
children
line wrap: on
line source

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