Mercurial > crates > nonstick
view libpam-sys/build.rs @ 158:d5b7b28d754e
Add `__TARGET_DEFAULT__` PamImpl and set up for docsrs build.
Also fixes some formatting stuff.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sat, 12 Jul 2025 17:17:37 -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(); }