Codebase list rust-libslirp / 0320153
finish the jemalloc-sys work Sylvestre Ledru 4 years ago
2 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: jemalloc-sys/build.rs
1 ===================================================================
2 --- jemalloc-sys.orig/build.rs
3 +++ jemalloc-sys/build.rs
4 @@ -55,6 +55,7 @@ macro_rules! warning {
5 }
6
7 fn main() {
8 + println!("dh-cargo:deb-built-using=jemalloc_pic=0={}", env::var("CARGO_MANIFEST_DIR").unwrap());
9 let target = env::var("TARGET").expect("TARGET was not set");
10 let host = env::var("HOST").expect("HOST was not set");
11 let num_jobs = env::var("NUM_JOBS").expect("NUM_JOBS was not set");