Mercurial > hg
view rust/chg/build.rs @ 51651:cf294cb90b2b
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Mon, 24 Jun 2024 13:15:46 +0200 |
parents | 1f5ab1a9363d |
children |
line wrap: on
line source
fn main() { cc::Build::new() .warnings(true) .file("src/sendfds.c") .file("src/sighandlers.c") .compile("procutil"); }