Mercurial > hg
view rust/chg/build.rs @ 48680:01fde63b4ede stable
Added signature for changeset 75676122c2bf
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 02 Feb 2022 17:02:34 +0100 |
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"); }