about summary refs log tree commit diff
path: root/src/liballoc_jemalloc/build.rs
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-12-02 01:38:53 +0800
committerGitHub <noreply@github.com>2017-12-02 01:38:53 +0800
commit263eb4d7ef221e075102c76d85bd7b0d874457b2 (patch)
tree8b15be5f94205e878f47675f56b82fbf910a0d33 /src/liballoc_jemalloc/build.rs
parent95f465d5355f559e9c1955a7e4774dc3e619ed63 (diff)
parent94d02b896c3feb5e997b95a660e850c7ad8cbe74 (diff)
downloadrust-263eb4d7ef221e075102c76d85bd7b0d874457b2.tar.gz
rust-263eb4d7ef221e075102c76d85bd7b0d874457b2.zip
Rollup merge of #46280 - tamird:remove-old-refs, r=alexcrichton
rustc_llvm: remove stale references

...that were removed in 77c3bfa7429abf87b76ba84108df018d9e9d90e2.

r? @alexcrichton
Diffstat (limited to 'src/liballoc_jemalloc/build.rs')
-rw-r--r--src/liballoc_jemalloc/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/build.rs b/src/liballoc_jemalloc/build.rs
index a41a04d7cd4..de5006ad396 100644
--- a/src/liballoc_jemalloc/build.rs
+++ b/src/liballoc_jemalloc/build.rs
@@ -140,6 +140,6 @@ fn main() {
         cc::Build::new()
             .flag("-fvisibility=hidden")
             .file("pthread_atfork_dummy.c")
-            .compile("libpthread_atfork_dummy.a");
+            .compile("pthread_atfork_dummy");
     }
 }