Mercurial > crates > nonstick
view libpam-sys/build.rs @ 145:8f964b701652
Doc cleanup
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 06 Jul 2025 19:04:57 -0400 |
parents | efbc235f01d3 |
children | 4b3a5095f68c |
line wrap: on
line source
#![allow(unexpected_cfgs)] use libpam_sys_helpers::pam_impl; fn main() { println!("cargo:rustc-link-lib=pam"); pam_impl::enable_pam_impl_cfg(); }