Mercurial > hg
view rust/chg/build.rs @ 44847:11592ce6a711
phabricator: avoid passing None to pycompat.fsdecode
Differential Revision: https://phab.mercurial-scm.org/D8525
author | Steve Fink <sfink@mozilla.com> |
---|---|
date | Thu, 27 Feb 2020 09:54:34 -0800 |
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"); }