view build.rs @ 170:f052e2417195

Completely avoid using libpam_sys if we're not actually linking.
author Paul Fisher <paul@pfish.zone>
date Wed, 16 Jul 2025 18:45:20 -0400
parents 4b3a5095f68c
children e27c5c667a5a
line wrap: on
line source

use libpam_sys_consts::pam_impl;

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