// Copyright 2025 Steven Dee.
//// This project is dual licensed under the MIT and Apache 2.0 licenses. See
// the LICENSE file in the project root for details.
//// The readpassphrase source and header are copyright 2000-2002, 2007, 2010
// Todd C. Miller.
fnmain(){cc::Build::new().file("c_lib/readpassphrase.c").include("csrc").compile("readpassphrase");println!("cargo:rerun-if-changed=csrc/readpassphrase.c");println!("cargo:rerun-if-changed=csrc/readpassphrase.h");}