rust/chg/build.rs
author Aay Jay Chan <aayjaychan@itopia.com.hk>
Fri, 22 May 2020 22:20:37 +0800
changeset 44921 5fe8f02ced6d
parent 44689 1f5ab1a9363d
permissions -rw-r--r--
help: fix description of revlog version 2 Differential Revision: https://phab.mercurial-scm.org/D8576

fn main() {
    cc::Build::new()
        .warnings(true)
        .file("src/sendfds.c")
        .file("src/sighandlers.c")
        .compile("procutil");
}