view build.rs @ 175:e30775c80b49

Separate #[cfg(feature = "link")] from other features.
author Paul Fisher <paul@pfish.zone>
date Wed, 30 Jul 2025 14:57:12 -0400
parents e27c5c667a5a
children 0730f5f2ee2a
line wrap: on
line source

fn main() {
    libpam_sys_consts::pam_impl::enable_pam_impl_cfg()
}