##// END OF EJS Templates
help: clarify when `$HG_URL` and `$HG_SOURCE` are added in hooks...
help: clarify when `$HG_URL` and `$HG_SOURCE` are added in hooks Differential Revision: https://phab.mercurial-scm.org/D10400

File last commit:

r45179:1f5ab1a9 default
r47734:6904a9f3 default
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}