Mercurial > crates > nonstick
view libpam-sys/libpam-sys-helpers/build.rs @ 165:c4b1e280463c
Make test script really work across platforms (?).
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 14 Jul 2025 18:56:55 -0400 |
parents | 4b3a5095f68c |
children | 0730f5f2ee2a |
line wrap: on
line source
use libpam_sys_consts::pam_impl; fn main() { println!("cargo:rustc-link-lib=pam"); pam_impl::enable_pam_impl_cfg(); }